@asyncapi/specs
Version:
AsyncAPI schema versions
15 lines (14 loc) • 375 B
JSON
[
{
"host": "rabbitmq.in.mycompany.com:5672",
"pathname": "/{env}",
"protocol": "amqp",
"description": "RabbitMQ broker. Use the `env` variable to point to either `production` or `staging`.",
"variables": {
"env": {
"description": "Environment to connect to. It can be either `production` or `staging`.",
"enum": ["production", "staging"]
}
}
}
]