examples/geographicExtent.json in adiwg-mdjson_schemas-2.4.9 vs examples/geographicExtent.json in adiwg-mdjson_schemas-2.5.0

- old
+ new

@@ -1,22 +1,47 @@ - [{ - "containsData": false, - "identifier": { - "identifier": "identifier" - }, - "boundingBox": { - "westLongitude": -140.0, - "eastLongitude": -120.0, - "southLatitude": 49.0, - "northLatitude": 70.0 - }, - "geographicElement": [{ - "type": "Point", - "coordinates": [100.0, 0.0] - }, { - "type": "LineString", - "coordinates": [ - [100.0, 0.0], - [101.0, 1.0] - ] - }] - }] +[{ + "containsData": true, + "identifier": { + "identifier": "identifier" + }, + "description": "description", + "boundingBox": { + "westLongitude": -140.0, + "eastLongitude": -120.0, + "southLatitude": 49.0, + "northLatitude": 70.0 + }, + "geographicElement": [{ + "type": "Point", + "coordinates": [100.0, 0.0] + }, { + "type": "LineString", + "coordinates": [ + [100.0, 0.0], + [101.0, 1.0] + ] + }] +}, { + "identifier": { + "identifier": "identifier" + } +}, { + "boundingBox": { + "westLongitude": -140.0, + "eastLongitude": -120.0, + "southLatitude": 49.0, + "northLatitude": 70.0 + } +}, { + "geographicElement": [{ + "type": "Point", + "coordinates": [100.0, 0.0] + }, { + "type": "LineString", + "coordinates": [ + [100.0, 0.0], + [101.0, 1.0] + ] + }] +}, { + "description": "description" +}]