A geo point.
point is a JSON Structure definition published by Airbus OneAtlas.
Meta-schema:
{ "name": "point", "description": "A geo point.", "fields": [ { "name": "x", "type": "double", "description": "x coordinate" }, { "name": "y", "type": "double", "description": "y coordinate" } ] }