{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MediaList", "title": "MediaList", "type": "object", "description": "Paginated list of Instagram media.", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/InstagramMedia" } }, "paging": { "$ref": "#/components/schemas/Paging" } } }