schema/schema/extent.json in adiwg-json_schemas-0.5.2 vs schema/schema/extent.json in adiwg-json_schemas-0.7.0
- old
+ new
@@ -104,22 +104,22 @@
}
},
"verticalExtent": {
"type": "object",
"additionalProperties": false,
- "required": ["minimumValue", "maximumValue", "verticalCRSTitle", "verticalCRSLink"],
+ "required": ["minimumValue", "maximumValue", "verticalCRSTitle", "verticalCRSUri"],
"properties": {
"minimumValue": {
"type": "number"
},
"maximumValue": {
"type": "number"
},
"verticalCRSTitle": {
"type": "string"
},
- "verticalCRSLink": {
- "type": "string"
+ "verticalCRSUri": {
+ "$ref": "../schema.json#/definitions/uri"
}
}
}
}
}