Added more examples thanks to @crovono

This commit is contained in:
DaanV2
2021-06-06 11:37:29 +02:00
parent adb915ae45
commit e8ccb1b882
14 changed files with 241 additions and 1 deletions

View File

@@ -4,7 +4,10 @@
"object_check": {
"type": "object",
"dependencies": {
"description": ["title"]
"description": ["title"],
"additionalProperties": ["type"],
"items": ["type"],
"properties": ["type"]
},
"additionalProperties": {
"anyOf": [