AeroDataBox · Schema

SubscriptionContract

Describes subscription

AviationFlightsAerospaceFlight DataAirport Data

Properties

Name Type Description
id string Identifier of a subscription. Use this ID to control the subscription in future (e.g. update or delete).
isActive boolean Specifies if the subscription is active
billingType object
activateBeforeUtc string Time (UTC) before which subscription must be activated (may be applicable to some non-active newly created subscriptions)
expiresOnUtc string Time (UTC) when subscription expires and will be removed. If not specified, subscription never expires.
createdOnUtc string Time (UTC) when subscription was created
subject object
subscriber object
notices array Additional messages
View JSON Schema on GitHub

JSON Schema

aerodatabox-subscriptioncontract-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubscriptionContract",
  "title": "SubscriptionContract",
  "required": [
    "createdOnUtc",
    "id",
    "isActive",
    "subject",
    "subscriber"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Identifier of a subscription. \r\nUse this ID to control the subscription in future (e.g. update or delete).",
      "format": "uuid"
    },
    "isActive": {
      "type": "boolean",
      "description": "Specifies if the subscription is active"
    },
    "billingType": {
      "$ref": "#/components/schemas/SubscriptionBillingType"
    },
    "activateBeforeUtc": {
      "type": "string",
      "description": "Time (UTC) before which subscription must be activated (may be applicable to \r\nsome non-active newly created subscriptions)",
      "format": "date-time",
      "nullable": true
    },
    "expiresOnUtc": {
      "type": "string",
      "description": "Time (UTC) when subscription expires and will be removed.\r\n\r\nIf not specified, subscription never expires.",
      "format": "date-time",
      "nullable": true
    },
    "createdOnUtc": {
      "type": "string",
      "description": "Time (UTC) when subscription was created",
      "format": "date-time"
    },
    "subject": {
      "$ref": "#/components/schemas/SubscriptionSubjectContract"
    },
    "subscriber": {
      "$ref": "#/components/schemas/SubscriberContract"
    },
    "notices": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Additional messages",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "Describes subscription"
}

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-subscriptioncontract"
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.