AeroDataBox · JSON Structure

Aerodatabox Subscription Contract Structure

Describes subscription

Type: object Properties: 9 Required: 5
AviationFlightsAerospaceFlight DataAirport Data

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

Properties

id isActive billingType activateBeforeUtc expiresOnUtc createdOnUtc subject subscriber notices

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-subscription-contract-structure.json",
  "description": "Describes subscription",
  "type": "object",
  "properties": {
    "id": {
      "type": "uuid",
      "description": "Identifier of a subscription. \r\nUse this ID to control the subscription in future (e.g. update or delete)."
    },
    "isActive": {
      "type": "boolean",
      "description": "Specifies if the subscription is active"
    },
    "billingType": {
      "$ref": "#/components/schemas/SubscriptionBillingType"
    },
    "activateBeforeUtc": {
      "type": "datetime",
      "description": "Time (UTC) before which subscription must be activated (may be applicable to \r\nsome non-active newly created subscriptions)",
      "nullable": true
    },
    "expiresOnUtc": {
      "type": "datetime",
      "description": "Time (UTC) when subscription expires and will be removed.\r\n\r\nIf not specified, subscription never expires.",
      "nullable": true
    },
    "createdOnUtc": {
      "type": "datetime",
      "description": "Time (UTC) when subscription was created"
    },
    "subject": {
      "$ref": "#/components/schemas/SubscriptionSubjectContract"
    },
    "subscriber": {
      "$ref": "#/components/schemas/SubscriberContract"
    },
    "notices": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Additional messages",
      "nullable": true
    }
  },
  "required": [
    "createdOnUtc",
    "id",
    "isActive",
    "subject",
    "subscriber"
  ],
  "additionalProperties": false,
  "name": "SubscriptionContract"
}

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-subscription-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.