Airbus OneAtlas · JSON Structure

Oneatlas Activity Stage Structure

Type: Properties: 0
ImagerySatellites

ActivityStage is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ActivityStage",
  "fields": [
    {
      "name": "date",
      "type": "string",
      "description": "Date of the stage"
    },
    {
      "name": "message",
      "type": "string"
    },
    {
      "name": "name",
      "type": "string",
      "description": "Name of the completed stage"
    },
    {
      "name": "status",
      "type": "string",
      "description": "Status of the activity"
    },
    {
      "name": "userId",
      "type": "string"
    }
  ]
}