Skip to content

Commit

Permalink
deploy: 1ae4641
Browse files Browse the repository at this point in the history
  • Loading branch information
drwelby committed May 3, 2022
1 parent f7552a2 commit 34bc7c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v1.1.0/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://stac-extensions.github.io/classification/v1.0.0/schema.json#",
"$id": "https://stac-extensions.github.io/classification/v1.1.0/schema.json#",
"title": "Classification Extension",
"description": "STAC Classification Extension for STAC Items and STAC Collections.",
"oneOf": [
Expand Down Expand Up @@ -105,7 +105,7 @@
"stac_extensions": {
"type": "array",
"contains": {
"const": "https://stac-extensions.github.io/classification/v1.0.0/schema.json"
"const": "https://stac-extensions.github.io/classification/v1.1.0/schema.json"
}
}
}
Expand Down Expand Up @@ -228,4 +228,4 @@
}
}
}
}
}

0 comments on commit 34bc7c7

Please sign in to comment.