examples/extent_point.json in adiwg-json_schemas-0.5.2 vs examples/extent_point.json in adiwg-json_schemas-0.7.0

- old
+ new

@@ -6,12 +6,14 @@ "type":"Feature", "id":"point1", "properties":{ "name":"BS7882", "description":"Borehole BS7882 location", - "assignedId": [ - { + "identifier":[ + { + "identifier":"US 01", + "authority":{ "title":"Global Terrestrial Network for Permafrost Identifiers", "responsibleParty":[ { "contactId":"8", "role":"originator" @@ -19,14 +21,16 @@ ], "onlineResource":[ { "uri":"http://www.gtnp.org" } - ], - "identifier":"US 01" - }, - { + ] + } + }, + { + "identifier":"ATI", + "authority":{ "title":"US Geological Survey borehole identifier", "responsibleParty":[ { "contactId":"3", "role":"originator" @@ -34,14 +38,14 @@ ], "onlineResource":[ { "uri":"http://data.usgs.gov/climateMonitoring/region/show?region=alaska" } - ], - "identifier":"ATI" + ] } - ] + } + ] }, "geometry":{ "type":"Point", "coordinates":[ -164.87402357161, @@ -57,12 +61,23 @@ }, { "type":"Feature", "id":"point100", "properties":{ - "identifier":"PNT-12346", - "idAuthority":"http://www.gtnp.org", + "identifier":[ + { + "identifier":"PNT-12346", + "authority":{ + "title":"Global Terrestrial Network for Permafrost Identifiers", + "onlineResource":[ + { + "uri":"http://www.gtnp.org" + } + ] + } + } + ], "name":"BS999", "description":"Sea buoy BS999 location" }, "geometry":{ "type":"Point", @@ -148,11 +163,22 @@ "features":[ { "type":"Feature", "id":"point010", "properties":{ - "identifier":"PNT-12345", - "idAuthority":"http://www.gtnp.org", + "identifier":[ + { + "identifier":"PNT-12345", + "authority":{ + "title":"Global Terrestrial Network for Permafrost Identifiers", + "onlineResource":[ + { + "uri":"http://www.gtnp.org" + } + ] + } + } + ], "name":"BS7882", "description":"point valid on or after a specific date", "temporalElement":{ "date":[ "2011-09-15", \ No newline at end of file