{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/mq_queue_created", "title": "mq_queue_created", "properties": { "created_on": { "readOnly": true, "type": "string" }, "modified_on": { "readOnly": true, "type": "string" }, "queue_id": { "readOnly": true, "type": "string" }, "queue_name": { "$ref": "#/components/schemas/mq_name" } }, "type": "object" }