This commit is contained in:
DaanV2
2021-06-08 17:06:03 +02:00
parent ff3344cff0
commit cf2fa6212a
38 changed files with 27447 additions and 44 deletions

View File

@@ -4,7 +4,6 @@
"object_check": {
"type": "object",
"dependencies": {
"description": ["title"],
"additionalProperties": ["type"],
"items": ["type"],
"properties": ["type"]
@@ -24,6 +23,12 @@
{ "type": "number" },
{ "type": "integer" }
]
},
"properties": {
"title": {
"type": "string",
"pattern": "^([A-Z0-9][a-z0-9]*(| ))*$"
}
}
},
"array_check": {