{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/mq_consumer_updated", "title": "mq_consumer_updated", "properties": { "created_on": { "readOnly": true, "type": "string" }, "dead_letter_queue": { "example": "updated-example-dlq" }, "environment": { "readOnly": true, "type": "string" }, "queue_name": { "readOnly": true, "type": "string" }, "script_name": { "readOnly": true, "type": "string" }, "settings": { "properties": { "batch_size": { "example": 100, "type": "number" }, "max_retries": { "$ref": "#/components/schemas/mq_max_retries" }, "max_wait_time_ms": { "$ref": "#/components/schemas/mq_max_wait_time_ms" } }, "type": "object" } }, "type": "object" }