schema/gridRepresentation.json in adiwg-mdjson_schemas-2.7.0 vs schema/gridRepresentation.json in adiwg-mdjson_schemas-2.8.0.pre.beta
- old
+ new
@@ -40,9 +40,18 @@
"description": "An indication of whether or not parameters for transformation between image coordinates and geographic or map coordinates exist (are available).",
"translation": {
"ISO 19115-2": ["MD_GridSpatialRepresentation > transformationParameterAvailability"]
},
"default": false
+ },
+ "scope": {
+ "type": "array",
+ "minItems": 0,
+ "description": "",
+ "translation": {},
+ "items": {
+ "$ref": "#/definitions/scope"
+ }
}
},
"definitions": {
"dimension": {
"type": "object",