{ "$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" ] }