Airbus OneAtlas · Schema

Privilege

ImagerySatellites

Properties

Name Type Description
createdAt string The creation time of the created Privilege. This is returned when the Privilege is properly created.
filter object Filters the scope of the privilege (e.g. by workspace, id)
id object
priority integer The priority of the privilege
rights object List of rights granted to a user. For now, only "browse" is supported. Therefore, it will give all the rights for now.
subscriptionId object
userId object
View JSON Schema on GitHub

JSON Schema

oneatlas-privilege-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-privilege-schema.json",
  "title": "Privilege",
  "type": "object",
  "properties": {
    "createdAt": {
      "description": "The creation time of the created Privilege. This is returned when the Privilege is properly created.",
      "format": "datetime",
      "readOnly": true,
      "type": "string"
    },
    "filter": {
      "description": "Filters the scope of the privilege (e.g. by workspace, id)",
      "properties": {
        "id": {
          "$ref": "#/components/schemas/Id"
        },
        "workspace": {
          "$ref": "#/components/schemas/WorkspaceIdentifier"
        }
      },
      "required": [
        "workspace"
      ],
      "type": "object"
    },
    "id": {
      "$ref": "#/components/schemas/Id"
    },
    "priority": {
      "description": "The priority of the privilege",
      "example": 10,
      "format": "int64",
      "type": "integer"
    },
    "rights": {
      "description": "List of rights granted to a user. For now, only \"browse\" is supported. Therefore, it will give all the rights for now.",
      "properties": {
        "browse": {
          "description": "Indicates that the user is granted the right to browse the target of the privilege",
          "type": "object"
        },
        "buffer": {
          "description": "Indicates that the user is granted the right to request buffer dissemination",
          "type": "object"
        },
        "download": {
          "description": "Indicates that the user is granted the right to request download dissemination",
          "type": "object"
        },
        "wms": {
          "description": "Indicates that the user is granted the right to request WMS disseminatione",
          "type": "object"
        },
        "wmts": {
          "description": "Indicates that the user is granted the right to request WMTS dissemination",
          "type": "object"
        }
      },
      "type": "object"
    },
    "subscriptionId": {
      "$ref": "#/components/schemas/Id"
    },
    "userId": {
      "$ref": "#/components/schemas/Id"
    }
  },
  "required": [
    "userId",
    "filter",
    "rights"
  ]
}

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-privilege"
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.