schema/vectorRepresentation.json in adiwg-mdjson_schemas-2.8.0.pre.beta vs schema/vectorRepresentation.json in adiwg-mdjson_schemas-2.8.0.pre.beta2

- old
+ new

@@ -5,10 +5,23 @@ "description": "Information about the vector spatial objects in the resource", "example": "../examples/vectorRepresentation.json", "minProperties": 1, "additionalProperties": true, "properties": { + "scope": { + "type": "array", + "minItems": 0, + "description": "Level and extent of the spatial representation", + "translation": { + "ISO 19115-1": ["spatialRepresentationInfo > MD_GridSpatialRepresentation > scope"], + "ISO 19115-2": ["spatialRepresentationInfo > MD_GridSpatialRepresentation > scope"], + "FGDC CSDGM": ["no translation"] + }, + "items": { + "$ref": "./scope.json#" + } + }, "topologyLevel": { "type": "string", "description": "Identifies the degree of complexity of the spatial relationships", "translation": {} }, @@ -17,18 +30,9 @@ "minItems": 1, "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",