GeoJSONPoint
GeoJSON Point geometry schema
typeType (string)required
Possible values: Value must match regular expression ^Point$
coordinatesnumber[]required
Possible values: >= 2, <= 3
GeoJSONPoint
{
"type": "string",
"coordinates": [
0
]
}