{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "QueueUpdate", "type": "object", "properties": { "description": { "type": "string" }, "maxDepth": { "type": "integer" }, "maxMessageLength": { "type": "integer" }, "inhibitPut": { "type": "boolean" }, "inhibitGet": { "type": "boolean" } } }