Airbus OneAtlas · Schema

HumanReadableOperationSummary

ImagerySatellites

Properties

Name Type Description
message string Human readable summary of the operation execution
View JSON Schema on GitHub

JSON Schema

oneatlas-human-readable-operation-summary-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-human-readable-operation-summary-schema.json",
  "title": "HumanReadableOperationSummary",
  "type": "object",
  "properties": {
    "message": {
      "description": "Human readable summary of the operation execution",
      "type": "string"
    }
  }
}