Airbus OneAtlas · JSON Structure

Oneatlas Metadata Structure

Metadata of a product.

Type: Properties: 0
ImagerySatellites

Metadata is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Metadata",
  "description": "Metadata of a product.",
  "fields": [
    {
      "name": "geometry",
      "type": "GeojsonGeometry"
    },
    {
      "name": "id",
      "type": "Id"
    },
    {
      "name": "properties",
      "type": "object",
      "description": "Metadata properties"
    },
    {
      "name": "type",
      "type": "string",
      "description": "The type of the object"
    }
  ]
}