List of content report insight
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ContentReportInsight_1", "required": [ "data" ], "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/ContentReportData" } } }, "description": "List of content report insight" }