geo-json-point is a JSON Structure definition published by Airbus OneAtlas.
Meta-schema:
{ "name": "geo-json-point", "fields": [ { "name": "type", "type": "string" }, { "name": "coordinates", "type": "array<double>" }, { "name": "bbox", "type": "array<double>" } ] }