{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ServiceManagementNavigationInfo", "title": "ServiceManagementNavigationInfo", "properties": { "queueCategory": { "type": "string" }, "queueId": { "format": "int64", "type": "integer" }, "queueName": { "type": "string" } }, "type": "object" }