Skip to content

Commit

Permalink
force records compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Mar 25, 2024
1 parent 8ff1e69 commit 6dcfb07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _sources/collection/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'STAC Collection'
allOf:
# - $ref: bblocks://ogc.geo.common.data_types.geojson
- $ref: https://github.com/radiantearth/stac-spec/raw/master/collection-spec/json-schema/collection.json
# - $ref: bblocks://ogc.api.records.core
- $ref: bblocks://ogc.api.records.core
- type: object
properties:
links:
Expand Down
2 changes: 1 addition & 1 deletion _sources/extensions/eo/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ allOf:
- anyOf:
- $ref: ../../collection/schema.yaml
- $ref: ../../item/schema.yaml
- $ref: https://stac-extensions.github.io/raster/v1.1.0/schema.json
- $ref: https://stac-extensions.github.io/eo/v1.1.0/schema.json
3 changes: 1 addition & 2 deletions _sources/item/schema.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"$schema": https://json-schema.org/draft/2020-12/schema
description: 'STAC Collection'
allOf:
- $ref: bblocks://ogc.geo.common.data_types.geojson
# - $ref: bblocks://ogc.api.records.core
- $ref: bblocks://ogc.api.records.core
- $ref: https://github.com/radiantearth/stac-spec/raw/master/item-spec/json-schema/item.json

0 comments on commit 6dcfb07

Please sign in to comment.