File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 "$ref" : " #/definitions/GeometryType"
7474 },
7575 "crs" : {
76- "type" : " object" ,
77- "properties" : {
78- "name" : {
79- "type" : " string"
80- }
81- },
82- "required" : [" name" ]
76+ "$ref" : " #/definitions/CRS"
8377 },
8478 "coordinates" : {
8579 "type" : " array" ,
10121006 ],
10131007 "title" : " GeometryType"
10141008 },
1009+ "CRS" : {
1010+ "type" : " object" ,
1011+ "additionalProperties" : false ,
1012+ "properties" : {
1013+ "type" : {
1014+ "type" : " string" ,
1015+ "enum" : [
1016+ " name"
1017+ ]
1018+ },
1019+ "properties" : {
1020+ "type" : " object" ,
1021+ "additionalProperties" : false ,
1022+ "properties" : {
1023+ "name" : {
1024+ "type" : " string" ,
1025+ "enum" : [
1026+ " EPSG:4326"
1027+ ]
1028+ }
1029+ },
1030+ "required" : [" name" ]
1031+ }
1032+ },
1033+ "title" : " CRS"
1034+ },
10151035 "ActivityType" : {
10161036 "type" : " string" ,
10171037 "enum" : [
You can’t perform that action at this time.
0 commit comments