Added queryable_geometry

This commit is contained in:
DaanV2
2021-11-30 19:47:28 +01:00
parent 02a4a99a9d
commit 8d10fdb53f

View File

@@ -43,6 +43,11 @@
"minProperties": 1, "minProperties": 1,
"additionalProperties": { "type": "string", "description": "The reference to the geometry", "title": "Geometry Reference" } "additionalProperties": { "type": "string", "description": "The reference to the geometry", "title": "Geometry Reference" }
}, },
"queryable_geometry": {
"title": "Queryable Geometry",
"description": "UNDOCUMENTED",
"type": "string"
},
"hide_armor": { "hide_armor": {
"type": "boolean", "type": "boolean",
"default": true, "default": true,