AeroDataBox · JSON Structure

Aerodatabox Delay Bracket Contract Structure

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

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

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

Properties

delayedFrom delayedTo num percentage

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-delay-bracket-contract-structure.json",
  "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": "int32",
      "description": "Count of records subject to a specified delay range"
    },
    "percentage": {
      "type": "float",
      "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.",
      "nullable": true
    }
  },
  "required": [
    "num"
  ],
  "additionalProperties": false,
  "name": "DelayBracketContract"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/aerodatabox-delay-bracket-contract-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no email required.

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