Speakeasy · Schema

BillingAddOn

AIDocumentationMCPPlatformSDKsTerraformTesting
View JSON Schema on GitHub

JSON Schema

speakeasy-billingaddon-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingAddOn",
  "title": "BillingAddOn",
  "type": "string",
  "x-speakeasy-unknown-values": "allow",
  "enum": [
    "webhooks",
    "sdk_testing",
    "custom_code_regions",
    "snippet_ai"
  ]
}