{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/QueuesCountDTO_UserResponseWithUserProfileGranularAccess", "title": "QueuesCountDTO_UserResponseWithUserProfileGranularAccess", "type": "object", "description": "The count of each type of Contact Service Queues that the user is assigned to.\n", "example": { "teamBased": 0, "skillBased": 0, "agentBased": 0 }, "properties": { "teamBased": { "type": "integer", "format": "int32", "description": "The count of team-based queues assigned to the user." }, "skillBased": { "type": "integer", "format": "int32", "description": "The count of skill-based queues assigned to the user." }, "agentBased": { "type": "integer", "format": "int32", "description": "The count of agent-based queues assigned to the user." } } }