{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RabbitMQSecrets", "title": "RabbitMQSecrets", "type": "object", "properties": { "password": { "type": "string" }, "uri": { "type": "string" } } }