{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OpenAudienceInsight", "required": [ "data" ], "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/AudienceReportByDate" } } }, "description": "List of social network audience insight" }