{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SelfManagedEventSource", "title": "SelfManagedEventSource", "type": "object", "properties": { "Endpoints": { "allOf": [ { "$ref": "#/components/schemas/Endpoints" }, { "description": "The list of bootstrap servers for your Kafka brokers in the following format: \"KAFKA_BOOTSTRAP_SERVERS\": [\"abc.xyz.com:xxxx\",\"abc2.xyz.com:xxxx\"]." } ] } }, "description": "The self-managed Apache Kafka cluster for your event source." }