Skip to content

Commit

Permalink
bump versions from beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Oct 2, 2024
1 parent bf89b78 commit a90b0fb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions _sources/extensions/eo/schema.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"$schema": https://json-schema.org/draft/2020-12/schema
title: "Forecast Extension"
description: "STAC Forecast Extension for STAC Items and STAC Collections."
title: "Electro-Optical Extension"
description: "STAC Electro-Optical Extension for STAC Items and STAC Collections."
allOf:
- anyOf:
- $ref: bblocks://ogc.contrib.stac.collection
- $ref: bblocks://ogc.contrib.stac.item
- $ref: bblocks://ogc.contrib.stac.collection-v1-0-0
- $ref: bblocks://ogc.contrib.stac.item-v1-0-0
- $ref: https://stac-extensions.github.io/eo/v2.0.0-beta.1/schema.json
- $ref: https://stac-extensions.github.io/eo/v2.0.0/schema.json
2 changes: 1 addition & 1 deletion _sources/extensions/raster/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ allOf:
- $ref: bblocks://ogc.contrib.stac.item
- $ref: bblocks://ogc.contrib.stac.collection-v1-0-0
- $ref: bblocks://ogc.contrib.stac.item-v1-0-0
- $ref: https://stac-extensions.github.io/raster/v2.0.0-beta.1/schema.json
- $ref: https://stac-extensions.github.io/raster/v2.0.0/schema.json
2 changes: 1 addition & 1 deletion _sources/item-prov/examples/item-prov-dag.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "1.1.0-beta.1",
"stac_version": "1.1.0",
"stac_extensions": [
"https://stac-extensions.github.io/prov/v1.0.0/schema.json"
],
Expand Down
2 changes: 1 addition & 1 deletion _sources/item-prov/examples/item-prov-link.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{
"stac_version": "1.1.0-beta.1",
"stac_version": "1.1.0",
"stac_extensions": ["https://stac-extensions.github.io/prov/v1.0.0/schema.json"],
"type": "Feature",
"id": "20201211_223832_CS2",
Expand Down
2 changes: 1 addition & 1 deletion _sources/item-prov/examples/item-prov-nested.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stac_version": "1.1.0-beta.1",
"stac_version": "1.1.0",
"stac_extensions": [
"https://stac-extensions.github.io/prov/v1.0.0/schema.json"
],
Expand Down

0 comments on commit a90b0fb

Please sign in to comment.