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