Airbus OneAtlas · JSON Structure

Oneatlas Notification Subscription Structure

Type: Properties: 0
ImagerySatellites

NotificationSubscription is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "NotificationSubscription",
  "fields": [
    {
      "name": "channels",
      "type": "array<object>"
    },
    {
      "name": "filter",
      "type": "string",
      "description": "Object used to filter notifications."
    },
    {
      "name": "id",
      "type": "Id"
    },
    {
      "name": "type",
      "type": "string",
      "description": "Type of notification"
    },
    {
      "name": "userId",
      "type": "string"
    }
  ]
}