geoJsonGeometry
Description
A schema to match on any geometry type.
The geoJsonGeometry schema inherits from geoJsonObject.
Properties
| Name | Description | Required | Type |
|---|---|---|---|
| Type | No | geoJsonGeometryTypes | |
| Coordinates | No | object | |
| Bbox | No | geoJsonBbox |
Examples
Example 1
{
"type": "Point",
"coordinates": null,
"bbox": [
0.0
]
}