Skip to content

Commit

Permalink
make schema dependencies BB relative to show in dependency graphs and…
Browse files Browse the repository at this point in the history
… isolate for refactoring in future.
  • Loading branch information
rob-metalinkage committed May 22, 2024
1 parent 1d1ba8a commit a92b97d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _sources/extensions/eo/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title: "Forecast Extension"
description: "STAC Forecast Extension for STAC Items and STAC Collections."
allOf:
- anyOf:
- $ref: ../../collection/schema.yaml
- $ref: ../../item/schema.yaml
- $ref: bblocks://ogc.contrib.stac.collection
- $ref: bblocks://ogc.contrib.stac.item
- $ref: https://stac-extensions.github.io/eo/v1.1.0/schema.json
4 changes: 2 additions & 2 deletions _sources/extensions/raster/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title: "Forecast Extension"
description: "STAC Forecast Extension for STAC Items and STAC Collections."
allOf:
- anyOf:
- $ref: ../../collection/schema.yaml
- $ref: ../../item/schema.yaml
- $ref: bblocks://ogc.contrib.stac.collection
- $ref: bblocks://ogc.contrib.stac.item
- $ref: https://stac-extensions.github.io/raster/v1.1.0/schema.json
2 changes: 1 addition & 1 deletion _sources/item-prov/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: 'STAC Collection'
allOf:
- $ref: bblocks://ogc.ogc-utils.prov#/$defs/Entity
- $ref: https://github.com/radiantearth/stac-spec/raw/master/item-spec/json-schema/item.json
- $ref: bblocks://ogc.contrib.stac.item
- type: object
properties:
stac_extensions:
Expand Down

0 comments on commit a92b97d

Please sign in to comment.