SupportingDocument

TravelUnited KingdomAviationAirlineAirportsRegulatorGovernmentDistributionConsumer ProtectionOpen Data

Properties

Name Type Description
url string The absolute url to link to
title string The human-readable title of the document, or filename if title was not specified. Used for display.
size string The size of the document including units (eg kB, MB). Used for display.
View JSON Schema on GitHub

JSON Schema

uk-caa-supporting-document.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://consultations.caa.co.uk/schemas/supporting-document",
  "title": "SupportingDocument",
  "$comment": "Derived by the API Evangelist enrichment pipeline from openapi/uk-caa-consultations-api-openapi.yml, itself transcribed verbatim from the CAA's published API reference at https://consultations.caa.co.uk/api/2.4/ and cross-checked against a live anonymous response. The UK CAA publishes no JSON Schema of its own. Derived 2026-07-28.",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The absolute url to link to"
    },
    "title": {
      "type": "string",
      "description": "The human-readable title of the document, or filename if title was not specified. Used for display."
    },
    "size": {
      "type": "string",
      "description": "The size of the document including units (eg kB, MB). Used for display."
    }
  }
}