Airbus OneAtlas · JSON Structure

Oneatlas Search Deleted Options Structure

Type: Properties: 0
ImagerySatellites

search-deleted-options is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "search-deleted-options",
  "fields": [
    {
      "name": "deletedDate",
      "type": "string",
      "description": "The date of items deletions"
    },
    {
      "name": "itemsPerPage",
      "type": "int32",
      "description": "The maximum number of items that the response can contain."
    },
    {
      "name": "startIndex",
      "type": "int32",
      "description": "The number of skipped items"
    }
  ]
}