Airbus OneAtlas · JSON Structure

Oneatlas Process Structure

a JSON Object that conforms to the InfoObject as specified in the Describe Process Specification v1.0

Type: Properties: 0
ImagerySatellites

process is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "process",
  "description": "a JSON Object that conforms to the InfoObject as specified in the Describe Process Specification v1.0",
  "fields": [
    {
      "name": "description",
      "type": "string"
    },
    {
      "name": "family",
      "type": "string"
    },
    {
      "name": "id",
      "type": "string"
    },
    {
      "name": "label",
      "type": "string"
    },
    {
      "name": "version",
      "type": "string"
    }
  ]
}