AeroDataBox · JSON Structure

Aerodatabox Error Contract Structure

Error response

Type: object Properties: 1 Required: 1
AviationFlightsAerospaceFlight DataAirport Data

ErrorContract is a JSON Structure definition published by AeroDataBox, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

message

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-structure/aerodatabox-error-contract-structure.json",
  "description": "Error response",
  "type": "object",
  "properties": {
    "message": {
      "minLength": 1,
      "type": "string",
      "description": "Error message"
    }
  },
  "required": [
    "message"
  ],
  "additionalProperties": false,
  "name": "ErrorContract"
}