[
	{
		"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"]
			}
		}
	}
]
