{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Queue", "title": "Queue", "type": "string", "pattern": "[\\s\\S]*", "minLength": 1, "maxLength": 1000 }