Speakeasy · Schema

OrganizationBillingAddOnResponse

Billing add on response

AIDocumentationMCPPlatformSDKsTerraformTesting

Properties

Name Type Description
add_ons array
View JSON Schema on GitHub

JSON Schema

speakeasy-organizationbillingaddonresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrganizationBillingAddOnResponse",
  "title": "OrganizationBillingAddOnResponse",
  "description": "Billing add on response",
  "properties": {
    "add_ons": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BillingAddOn"
      }
    }
  },
  "required": [
    "add_ons"
  ]
}