{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "QueueCreate", "type": "object", "properties": { "name": { "type": "string", "description": "Queue name" }, "type": { "type": "string" }, "description": { "type": "string" }, "maxDepth": { "type": "integer" }, "maxMessageLength": { "type": "integer" }, "persistence": { "type": "object" } } }