Airbus OneAtlas · JSON Structure

Oneatlas Control Job Structure

Type: Properties: 0
ImagerySatellites

ControlJob is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ControlJob",
  "fields": [
    {
      "name": "description",
      "type": "string"
    },
    {
      "name": "priority",
      "type": "double",
      "description": "The control priority. The highest priority is 1."
    },
    {
      "name": "steps",
      "type": "array<object>",
      "description": "The control steps to validate in order to complete control."
    }
  ]
}