Airbus OneAtlas · JSON Structure

Oneatlas Describe Process Input Structure

A JSON Object that conforms to the InputObject as specified in the Describe Process Specification v1.0. It describes the input schema needed in the job creation payload.

Type: Properties: 0
ImagerySatellites

DescribeProcessInput is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "DescribeProcessInput",
  "description": "A JSON Object that conforms to the InputObject as specified in the Describe Process Specification v1.0. It describes the input schema needed in the job creation payload.",
  "fields": [
    {
      "name": "definitions",
      "type": "object"
    },
    {
      "name": "properties",
      "type": "object"
    },
    {
      "name": "required",
      "type": "array<string>"
    }
  ]
}