{
"$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: <code>\"KAFKA_BOOTSTRAP_SERVERS\": [\"abc.xyz.com:xxxx\",\"abc2.xyz.com:xxxx\"]</code>."
}
]
}
},
"description": "The self-managed Apache Kafka cluster for your event source."
}