We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d878339 commit 44876ddCopy full SHA for 44876dd
schema.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "http://json-schema.org/draft-04/schema#",
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
"id": "https://github.com/osmlab/editor-layer-index",
4
"properties": {
5
"type": {
@@ -9,10 +9,10 @@
9
]
10
},
11
"bbox": {
12
- "$ref": "http://json.schemastore.org/geojson#/properties/bbox"
+ "$ref": "https://geojson.org/schema/GeoJSON.json#/properties/bbox"
13
14
"geometry": {
15
- "$ref": "http://json.schemastore.org/geojson#/definitions/geometry"
+ "$ref": "https://geojson.org/schema/GeoJSON.json#/definitions/geometry"
16
17
18
"type": "object",
0 commit comments