Skip to content

Commit

Permalink
context for bbox
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Feb 3, 2024
1 parent a3c45c3 commit abb588c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"@context": {
"@version": 1.1,
"bbox": {
"@container": "@list",
"@id": "geojson:bbox"
}
}
}
2 changes: 2 additions & 0 deletions registereditems/geo/features/feature/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ allOf:
- $ref: bblocks://ogc.geo.common.data_types.geojson
- type: object
properties:
bbox:
$ref: bblocks://ogc.geo.common.data_types.bounding_box
links:
type: array
items:
Expand Down

0 comments on commit abb588c

Please sign in to comment.