Airbus OneAtlas · Schema

NotificationSearchOptions

ImagerySatellites

Properties

Name Type Description
userId object
View JSON Schema on GitHub

JSON Schema

oneatlas-notification-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-notification-search-options-schema.json",
  "title": "NotificationSearchOptions",
  "type": "object",
  "properties": {
    "userId": {
      "$ref": "#/components/schemas/Id"
    }
  },
  "required": [
    "userId"
  ]
}