{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Queue", "type": "object", "properties": { "queue_id": { "type": "string" }, "queue_name": { "type": "string" }, "created_on": { "type": "string" }, "modified_on": { "type": "string" }, "producers_total_count": { "type": "integer" }, "consumers_total_count": { "type": "integer" } } }