{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VirtualClusterTopicAliasConflict", "title": "VirtualClusterTopicAliasConflict", "description": "How to handle conflicts where an alias shadows a physical topic.\n* warn - activate the alias but log a warning and set the conflict metric to 1.\n* ignore - activate the alias silently.\n", "type": "string", "default": "warn", "enum": [ "warn", "ignore" ], "x-enum-varnames": [ "VirtualClusterTopicAliasConflictWarn", "VirtualClusterTopicAliasConflictIgnore" ], "x-speakeasy-unknown-values": "allow" }