object
-
featuresarray of GeoJSONFeature ↗ required -
typestring required -
- Allowed values
-
["FeatureCollection"]
OpenAPI schema definition
{
"properties": {
"features": {
"items": {
"$ref": "#/components/schemas/GeoJSONFeature"
},
"type": "array"
},
"type": {
"enum": [
"FeatureCollection"
],
"type": "string"
}
},
"required": [
"type",
"features"
],
"type": "object"
}