Skip to content

Commit 0b2c370

Browse files
Merge pull request #70 from GSA/enhancement/spatial_singular
Dataset Spatial Reference forcing array list
2 parents ef41f33 + c112e9f commit 0b2c370

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

jsonschema/definitions/Dataset.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,15 @@
10251025
{
10261026
"type": "null"
10271027
},
1028+
{
1029+
"$ref": "#/definitions/Location",
1030+
"description": "inline description of Location"
1031+
},
1032+
{
1033+
"type": "string",
1034+
"description": "reference iri of Location",
1035+
"format": "iri"
1036+
},
10281037
{
10291038
"type": "array",
10301039
"items": {

0 commit comments

Comments
 (0)