Skip to content

Commit

Permalink
Try changing schema refs
Browse files Browse the repository at this point in the history
It looks like the schemastore urls are referencing geojson.org now

Re: #2592
  • Loading branch information
arch0345 authored Jan 16, 2025
1 parent d878339 commit 44876dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"id": "https://github.com/osmlab/editor-layer-index",
"properties": {
"type": {
Expand All @@ -9,10 +9,10 @@
]
},
"bbox": {
"$ref": "http://json.schemastore.org/geojson#/properties/bbox"
"$ref": "https://geojson.org/schema/GeoJSON.json#/properties/bbox"
},
"geometry": {
"$ref": "http://json.schemastore.org/geojson#/definitions/geometry"
"$ref": "https://geojson.org/schema/GeoJSON.json#/definitions/geometry"
},
"properties": {
"type": "object",
Expand Down

0 comments on commit 44876dd

Please sign in to comment.