Airbus OneAtlas · Schema

ActivitySearchOptions

ImagerySatellites

Properties

Name Type Description
creationDate object The creation date or creation date range of the activity
endDate string The end date pf the activity (copy of the date associated to the SUCCEEDED or FAILED stage)
itemsPerPage number Number of requested items per page
payload object The copy of the origin user request. It could be the whole object or only some elements.
progress number A progress indicator between 0 and 100
sortBy string Unbounded list or parameters to sort by. The '+' indicates ascendant ordering, the '-' indicates descendant ordering. If not precised, default to '+'
startDate string The start date of the activity (date of the first stage that is not QUEUED)
startIndex number The index of the first item present in the response
status string The status or status list (comma separated list) of the activity.
type string Type of activity
userId object
View JSON Schema on GitHub

JSON Schema

oneatlas-activity-search-options-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbus-oneatlas/refs/heads/main/json-schema/oneatlas-activity-search-options-schema.json",
  "title": "ActivitySearchOptions",
  "type": "object",
  "properties": {
    "creationDate": {
      "description": "The creation date or creation date range of the activity",
      "oneOf": [
        {
          "description": "The creation date of the activity.",
          "example": "2017-08-29T00:00:00Z",
          "format": "date-time",
          "type": "string"
        },
        {
          "description": "The creation dates range.\n\nRanges are expressed as follow:\n  - Comma to separate start value from end value\n  - Start value or end value can be omitted (it means values are infinite)\n  - Start with `[` means *start value is included*\n  - Start with `]` means *start value is excluded*\n  - End with `[` means *end value is included*\n  - End with `]` means *end value is excluded*",
          "example": "[2017-08-29T00:00:00Z",
          "format": "date-time-range",
          "type": "string"
        }
      ]
    },
    "endDate": {
      "description": "The end date pf the activity (copy of the date associated to the SUCCEEDED or FAILED stage)",
      "format": "datetime",
      "oneOf": [
        {
          "description": "The end date of the activity.",
          "example": "2017-08-29T00:00:00Z",
          "format": "date-time",
          "type": "string"
        },
        {
          "description": "The end dates range.\n\nRanges are expressed as follow:\n  - Comma to separate start value from end value\n  - Start value or end value can be omitted (it means values are infinite)\n  - Start with `[` means *start value is included*\n  - Start with `]` means *start value is excluded*\n  - End with `[` means *end value is included*\n  - End with `]` means *end value is excluded*",
          "example": "[2017-08-29T00:00:00Z",
          "format": "date-time-range",
          "type": "string"
        }
      ],
      "type": "string"
    },
    "itemsPerPage": {
      "description": "Number of requested items per page",
      "example": 50,
      "format": "integer",
      "minimum": 1,
      "type": "number"
    },
    "payload": {
      "description": "The copy of the origin user request. It could be the whole object or only some elements.",
      "oneOf": [
        {
          "description": "The json object.",
          "example": [
            {
              "workspace": "public"
            }
          ],
          "type": "object"
        },
        {
          "description": "String representation of the json object.",
          "example": "{\"workspace\":\"public\"}",
          "type": "string"
        }
      ]
    },
    "progress": {
      "description": "A progress indicator between 0 and 100",
      "format": "integer",
      "maximum": 100,
      "minimum": 0,
      "type": "number"
    },
    "sortBy": {
      "description": "Unbounded list or parameters to sort by. The '+' indicates ascendant ordering, the '-' indicates descendant ordering. If not precised, default to '+'",
      "example": "+startDate,-endDate",
      "type": "string"
    },
    "startDate": {
      "description": "The start date of the activity (date of the first stage that is not QUEUED)",
      "format": "datetime",
      "oneOf": [
        {
          "description": "The start date of the activity.",
          "example": "2017-08-29T00:00:00Z",
          "format": "date-time",
          "type": "string"
        },
        {
          "description": "The start dates range.\n\nRanges are expressed as follow:\n  - Comma to separate start value from end value\n  - Start value or end value can be omitted (it means values are infinite)\n  - Start with `[` means *start value is included*\n  - Start with `]` means *start value is excluded*\n  - End with `[` means *end value is included*\n  - End with `]` means *end value is excluded*",
          "example": "[2017-08-29T00:00:00Z",
          "format": "date-time-range",
          "type": "string"
        }
      ],
      "type": "string"
    },
    "startIndex": {
      "description": "The index of the first item present in the response",
      "example": 1,
      "format": "integer",
      "minimum": 0,
      "type": "number"
    },
    "status": {
      "description": "The status or status list (comma separated list) of the activity.",
      "enum": [
        "QUEUED",
        "RUNNING",
        "ON_HOLD",
        "CANCELED",
        "WAITING_CANCEL",
        "SUCCEEDED",
        "FAILED",
        "ARCHIVED"
      ],
      "type": "string"
    },
    "type": {
      "description": "Type of activity",
      "enum": [
        "ingestion",
        "processing",
        "formatting",
        "delivering"
      ],
      "type": "string"
    },
    "userId": {
      "$ref": "#/components/schemas/Id"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oneatlas-activity-search-options"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.