Skip to content

Commit 44876dd

Browse files
authored
Try changing schema refs
It looks like the schemastore urls are referencing geojson.org now Re: #2592
1 parent d878339 commit 44876dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-04/schema#",
2+
"$schema": "http://json-schema.org/draft-07/schema#",
33
"id": "https://github.com/osmlab/editor-layer-index",
44
"properties": {
55
"type": {
@@ -9,10 +9,10 @@
99
]
1010
},
1111
"bbox": {
12-
"$ref": "http://json.schemastore.org/geojson#/properties/bbox"
12+
"$ref": "https://geojson.org/schema/GeoJSON.json#/properties/bbox"
1313
},
1414
"geometry": {
15-
"$ref": "http://json.schemastore.org/geojson#/definitions/geometry"
15+
"$ref": "https://geojson.org/schema/GeoJSON.json#/definitions/geometry"
1616
},
1717
"properties": {
1818
"type": "object",

0 commit comments

Comments
 (0)