Skip to content

Commit abb588c

Browse files
context for bbox
1 parent a3c45c3 commit abb588c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"@context": {
3+
"@version": 1.1,
4+
"bbox": {
5+
"@container": "@list",
6+
"@id": "geojson:bbox"
7+
}
8+
}
9+
}

registereditems/geo/features/feature/schema.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ allOf:
22
- $ref: bblocks://ogc.geo.common.data_types.geojson
33
- type: object
44
properties:
5+
bbox:
6+
$ref: bblocks://ogc.geo.common.data_types.bounding_box
57
links:
68
type: array
79
items:

0 commit comments

Comments
 (0)