AeroDataBox · JSON Structure

Aerodatabox Subscriptions Balance Refill Request Contract Structure

Represents a contract for refilling flight alert credits on a subscription.

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

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

Properties

credits

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-subscriptions-balance-refill-request-contract-structure.json",
  "description": "Represents a contract for refilling flight alert credits on a subscription.",
  "type": "object",
  "properties": {
    "credits": {
      "maximum": 2147483647,
      "minimum": 1,
      "type": "int32",
      "description": "Number of credits to add to the notification subscription balance."
    }
  },
  "required": [
    "credits"
  ],
  "additionalProperties": false,
  "name": "SubscriptionsBalanceRefillRequestContract"
}