Airbus OneAtlas · Schema

get-domain-response

ImagerySatellites

Properties

Name Type Description
warning string Warning message when the result does not contain all possible values
View JSON Schema on GitHub

JSON Schema

oneatlas-get-domain-response-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-get-domain-response-schema.json",
  "title": "get-domain-response",
  "type": "object",
  "properties": {
    "warning": {
      "description": "Warning message when the result does not contain all possible values",
      "type": "string"
    }
  }
}