Airbus OneAtlas · JSON Structure

Oneatlas Geojson Geometry Structure

Type: Properties: 0
ImagerySatellites

GeojsonGeometry is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "GeojsonGeometry",
  "fields": [
    {
      "name": "geometry",
      "type": "object",
      "description": "A valid geojson geometry coordinates"
    },
    {
      "name": "type",
      "type": "string"
    }
  ]
}