schema/vectorRepresentation.json in adiwg-mdjson_schemas-2.7.0 vs schema/vectorRepresentation.json in adiwg-mdjson_schemas-2.8.0.pre.beta
- old
+ new
@@ -18,9 +18,18 @@
"description": "Information about the geometric objects used in the resource",
"translation": {},
"items": {
"$ref": "#/definitions/vectorObject"
}
+ },
+ "scope": {
+ "type": "array",
+ "minItems": 0,
+ "description": "",
+ "translation": {},
+ "items": {
+ "$ref": "#/definitions/scope"
+ }
}
},
"anyOf": [{
"title": "vectorObject is required",
"required": ["vectorObject"]