List of Instagram insights.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InstagramInsightList", "title": "InstagramInsightList", "type": "object", "description": "List of Instagram insights.", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/InstagramInsight" } } } }