Airbus OneAtlas · Schema

Optical

ImagerySatellites

Properties

Name Type Description
acquisitionMode string
maxCloudCover number
maxIncidenceAngle number
View JSON Schema on GitHub

JSON Schema

oneatlas-optical-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-optical-schema.json",
  "title": "Optical",
  "properties": {
    "acquisitionMode": {
      "enum": [
        "MONO",
        "STEREO",
        "TRISTEREO"
      ],
      "type": "string"
    },
    "maxCloudCover": {
      "format": "float",
      "type": "number"
    },
    "maxIncidenceAngle": {
      "format": "float",
      "type": "number"
    }
  }
}