A role with consumer access to a queue
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/QueueConsumer", "title": "QueueConsumer", "type": "object", "description": "A role with consumer access to a queue", "properties": { "roleId": { "type": "integer", "format": "int64", "description": "ID of the consumer role" }, "roleName": { "type": "string", "description": "Name of the consumer role" } } }