Speakeasy · Schema

WorkspaceFeatureFlag

enum value workspace feature flag

AIDocumentationMCPPlatformSDKsTerraformTesting
View JSON Schema on GitHub

JSON Schema

speakeasy-workspacefeatureflag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkspaceFeatureFlag",
  "title": "WorkspaceFeatureFlag",
  "description": "enum value workspace feature flag",
  "type": "string",
  "x-speakeasy-unknown-values": "allow",
  "enum": [
    "schema_registry",
    "changes_report",
    "skip_schema_registry",
    "webhooks"
  ]
}