Airbus OneAtlas · JSON Structure

Oneatlas Activity Search Response Structure

Type: Properties: 0
ImagerySatellites

ActivitySearchResponse is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ActivitySearchResponse",
  "fields": [
    {
      "name": "data",
      "type": "array<Activity>"
    },
    {
      "name": "itemsPerPage",
      "type": "double",
      "description": "Number of requested items per page"
    },
    {
      "name": "startIndex",
      "type": "double",
      "description": "The index of the first item present in the response"
    },
    {
      "name": "totalResults",
      "type": "double",
      "description": "The total number of activities"
    }
  ]
}