{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SchemaRegistryUpdate", "title": "SchemaRegistryUpdate", "description": "The typed schema of the schema registry to modify it.", "discriminator": { "propertyName": "type", "mapping": { "confluent": "#/components/schemas/SchemaRegistryConfluentSensitiveDataAware" } }, "oneOf": [ { "$ref": "#/components/schemas/SchemaRegistryConfluentSensitiveDataAware" } ] }