Speakeasy · Schema

AccountType

AIDocumentationMCPPlatformSDKsTerraformTesting
View JSON Schema on GitHub

JSON Schema

speakeasy-accounttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountType",
  "title": "AccountType",
  "type": "string",
  "x-speakeasy-unknown-values": "allow",
  "enum": [
    "free",
    "scale-up",
    "business",
    "enterprise"
  ]
}