Airbus OneAtlas · Schema

ApiKeyPage

ImagerySatellites

Properties

Name Type Description
items array API Keys
View JSON Schema on GitHub

JSON Schema

oneatlas-api-key-page-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-api-key-page-schema.json",
  "title": "ApiKeyPage",
  "type": "object",
  "properties": {
    "items": {
      "description": "API Keys",
      "items": {
        "$ref": "#/components/schemas/ApiKey"
      },
      "type": "array"
    }
  }
}