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