Airbus OneAtlas · JSON Structure

Oneatlas Response Buffer Information Structure

GeoJSon feature describing a buffer

Type: Properties: 0
ImagerySatellites

responseBufferInformation is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "responseBufferInformation",
  "description": "GeoJSon feature describing a buffer",
  "fields": [
    {
      "name": "geometry",
      "type": "GeojsonGeometry"
    },
    {
      "name": "properties",
      "type": "object"
    },
    {
      "name": "type",
      "type": "string",
      "description": "the type of the GeoJSon object"
    }
  ]
}