AeroDataBox · Schema

DelayBracketContract

Delay bracket contract describing how many records are subject to a specific delay range

AviationFlightsAerospaceFlight DataAirport Data

Properties

Name Type Description
delayedFrom string The beginning of the delay range (format: [-]hh:mm:ss). E.g. in the expresssion "delayed from 30 to 60 minutes" stands for "from 30 minutes". Value can be negative (therefore, means early occurence).
delayedTo string The end of the delay range (format: [-]hh:mm:ss). E.g. in the expresssion "delayed from 30 to 60 minutes" stands for "to 60 minutes". Value can be negative (therefore, means early occurence). Must be
num integer Count of records subject to a specified delay range
percentage number Percentage of records subject to a specified delay range. Only available when this delay bracket is provided as a part of a statistical information of a bigger context and the "total" count of records
View JSON Schema on GitHub

JSON Schema

aerodatabox-delay-bracket-contract-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-schema/aerodatabox-delay-bracket-contract-schema.json",
  "title": "DelayBracketContract",
  "description": "Delay bracket contract describing how many records are subject to a specific delay range",
  "type": "object",
  "properties": {
    "delayedFrom": {
      "type": "string",
      "description": "The beginning of the delay range (format: [-]hh:mm:ss).\r\nE.g. in the expresssion \"delayed from 30 to 60 minutes\" stands for \"from 30 minutes\".\r\nValue can be negative (therefore, means early occurence).\r\n\r\nMust be preset if \"DelayedTo\" is not specified.",
      "format": "date-span",
      "nullable": true
    },
    "delayedTo": {
      "type": "string",
      "description": "The end of the delay range (format: [-]hh:mm:ss).\r\nE.g. in the expresssion \"delayed from 30 to 60 minutes\" stands for \"to 60 minutes\".\r\nValue can be negative (therefore, means early occurence).\r\n\r\nMust be preset if \"DelayedFrom\" is not specified.",
      "format": "date-span",
      "nullable": true
    },
    "num": {
      "type": "integer",
      "description": "Count of records subject to a specified delay range",
      "format": "int32"
    },
    "percentage": {
      "type": "number",
      "description": "Percentage of records subject to a specified delay range.\r\n\r\nOnly available when this delay bracket is provided as a part\r\nof a statistical information of a bigger context and the \"total\"\r\ncount of records is known.",
      "format": "float",
      "nullable": true
    }
  },
  "required": [
    "num"
  ],
  "additionalProperties": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/aerodatabox-delay-bracket-contract"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.