schema/schema/extent.json in adiwg-mdjson_schemas-1.0.0rc1 vs schema/schema/extent.json in adiwg-mdjson_schemas-1.0.0
- old
+ new
@@ -55,11 +55,11 @@
"definitions": {
"timeInstant": {
"type": "object",
"example": "../../examples/full_example.json#/metadata/resourceInfo/extent/0/temporalElement/timeInstant/0",
"required": ["timePosition"],
- "additionalProperties": false,
+ "additionalProperties": true,
"properties": {
"id": {
"type": "string",
"description": "A unique identifier for a temporal element.",
"translation": {
@@ -83,11 +83,11 @@
},
"timePeriod": {
"type": "object",
"description": "A span of time represented by a start date/time and an ending date/time.",
"example": "../../examples/full_example.json#/metadata/resourceInfo/extent/0/temporalElement/timePeriod/0",
- "additionalProperties": false,
+ "additionalProperties": true,
"properties": {
"id": {
"type": "string",
"description": "A unique identifier for a temporal element.",
"translation": {
@@ -133,11 +133,11 @@
"description": "Temporal context for the resource.",
"example": "../../examples/full_example.json#/metadata/resourceInfo/extent/0/temporalElement",
"translation": {
"ISO 19115-2": ["EX_Extent > temporalElement > EX_TemporalExtent"]
},
- "additionalProperties": false,
+ "additionalProperties": true,
"minProperties": 1,
"properties": {
"timeInstant": {
"type": "array",
"description": "A set of date time instances.",
@@ -174,10 +174,10 @@
"type": "object",
"description": "Vertical element of an extent.",
"translation": {
"ISO 19115-2": ["EX_Extent > verticalElement > EX_VerticalExtent "]
},
- "additionalProperties": false,
+ "additionalProperties": true,
"required": ["minimumValue", "maximumValue", "verticalCRSTitle", "verticalCRSUri"],
"properties": {
"minimumValue": {
"type": "number",
"description": "Lowest vertical extent contained in the dataset.",