{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CSQGroupedAssistantSkillRequestDTO", "title": "CSQGroupedAssistantSkillRequestDTO", "type": "object", "description": "Request payload for fetching queue mapping summary grouped by Assistant Skill", "properties": { "assistantSkillIds": { "type": "array", "description": "List of AssistantSkill ids to fetch. If property is unspecified or set to null, then all assistantSkillIds mapped will be returned.", "example": [ "f53c8b54-46ca-43f6-ba05-08426a46e23d", "a53c8b54-46ca-43f6-ba05-08426a46e23f" ], "items": { "type": "string" }, "uniqueItems": true } } }