Skip to content

Commit ee1911d

Browse files
authored
Update schema.json
update id and const
1 parent fa0106c commit ee1911d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

json-schema/schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://stac-extensions.github.io/eopf/v1.0.0/schema.json",
3+
"$id": "https://github.com/CS-SI/eopf-stac-extension/raw/refs/tags/v1.1.0/json-schema/schema.json",
44
"title": "eopf extension for STAC",
55
"description": "STAC eopf extension for STAC items and STAC collections",
66
"type": "object",
@@ -11,7 +11,7 @@
1111
"stac_extensions": {
1212
"type": "array",
1313
"contains": {
14-
"const": "https://stac-extensions.github.io/eopf/v1.0.0/schema.json"
14+
"const": "https://github.com/CS-SI/eopf-stac-extension/raw/refs/tags/v1.1.0/json-schema/schema.json"
1515
}
1616
}
1717
},
@@ -88,7 +88,7 @@
8888
"stac_extensions": {
8989
"type": "array",
9090
"contains": {
91-
"const": "https://stac-extensions.github.io/eopf/v1.0.0/schema.json"
91+
"const": "https://github.com/CS-SI/eopf-stac-extension/raw/refs/tags/v1.1.0/json-schema/schema.json"
9292
}
9393
}
9494
}

0 commit comments

Comments
 (0)