Skip to content

Commit

Permalink
Fix references to records bblock
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Apr 23, 2024
1 parent 88edaf5 commit 046768f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.v1.schemas.recordGeoJSON
- type: object
properties:
links:
Expand Down
2 changes: 1 addition & 1 deletion _sources/item/schema.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$schema": https://json-schema.org/draft/2020-12/schema
description: 'STAC Collection'
allOf:
- $ref: bblocks://ogc.api.records.core
- $ref: bblocks://ogc.api.records.v1.schemas.recordGeoJSON
- $ref: https://github.com/radiantearth/stac-spec/raw/master/item-spec/json-schema/item.json

0 comments on commit 046768f

Please sign in to comment.