{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID"
},
"contentSelector": {
"type": "object",
"properties": {
"context": {
"type": "string",
"description": "Context of the call"
},
"contextTiming": {
"type": "array",
"items": {
"type": "string"
},
"description": "Context timings of the call"
},
"exposedFields": {
"type": "object",
"properties": {
"collaboration": {
"type": "object",
"properties": {
"publicComments": {
"type": "boolean"
}
},
"description": "Exposed fields for collaboration"
},
"content": {
"type": "object",
"properties": {
"pointsOfInterest": {
"type": "boolean",
"description": "Points of interest"
},
"structure": {
"type": "boolean",
"description": "Structure"
},
"topics": {
"type": "boolean",
"description": "Topics"
},
"trackers": {
"type": "boolean",
"description": "Trackers"
}
},
"description": "Exposed fields for content"
},
"interaction": {
"type": "object",
"properties": {
"personInteractionStats": {
"type": "boolean",
"description": "Person interaction stats"
},
"questions": {
"type": "boolean",
"description": "Questions"
},
"speakers": {
"type": "boolean",
"description": "Speakers"
},
"video": {
"type": "boolean",
"description": "Video"
}
},
"description": "Exposed fields for interaction"
},
"media": {
"type": "boolean",
"description": "Exposed fields for media"
},
"parties": {
"type": "boolean",
"description": "Exposed fields for parties"
}
}
}
},
"description": "Content selector for search calls"
},
"filter": {
"type": "object",
"properties": {
"fromDateTime": {
"type": "string",
"description": "From date time"
},
"toDateTime": {
"type": "string",
"description": "To date time"
},
"primaryUserIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "Primary user IDs"
},
"keywords": {
"type": "array",
"items": {
"type": "string"
},
"description": "Keywords"
}
},
"description": "Filter for search calls"
}
},
"required": [
"PCID",
"contentSelector",
"filter"
]
}