This commit is contained in:
DaanV2
2021-04-04 14:00:43 +02:00
parent d08e59713b
commit 7cafb5cfc6
26 changed files with 65 additions and 60 deletions

View File

@@ -19,7 +19,7 @@
"required": ["description"],
"properties": {
"description": {
"title": "Description ",
"title": "Description",
"type": "object",
"required": ["identifier"],
"additionalProperties": false,
@@ -43,7 +43,7 @@
},
"enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" },
"geometry": {
"title": "Geometry ",
"title": "Geometry",
"type": "object",
"propertyNames": { "pattern": "[a-zA-Z0-9_\\.\\-]+" },
"minProperties": 1,