Skip to content

Commit 6fb7f49

Browse files
authored
Fix schema $id #25
1 parent e6b7d6d commit 6fb7f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-schema/schema.json

Lines changed: 1 addition & 1 deletion
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/processing/v1.0.0/schema.json#",
3+
"$id": "https://stac-extensions.github.io/processing/v1.1.0/schema.json#",
44
"title": "Processing Extension",
55
"description": "STAC Processing Extension for STAC Items and STAC Collections.",
66
"anyOf": [

0 commit comments

Comments
 (0)