{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CSQGroupedAssistantSkillResponseDTO", "title": "CSQGroupedAssistantSkillResponseDTO", "type": "object", "description": "Queue mapping summary per Assistant Skill", "properties": { "assistantSkillId": { "type": "string", "description": "ID of Assistant Skill in AI Studio", "example": "af9eecc5-0472-4549-9a83-2afdae0d4ba0" }, "associatedQueueCount": { "type": "integer", "format": "int64", "description": "Number of queues mapped to this Assistant Skill ID" }, "lastAssistantSkillUpdatedTime": { "type": "integer", "format": "int64", "description": "Last updated time Assistant Skill mapping i.e. timestamp corresponding to most recently added queue mapping" } } }