Instagram · JSON Structure

Instagram Graph Api Comment List Structure

CommentList schema from Instagram Graph API

Type: object Properties: 2
InstagramMetaPhotosSocial MediaVideosContent Publishing

CommentList is a JSON Structure definition published by Instagram, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data paging

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/instagram/refs/heads/main/json-structure/instagram-graph-api-comment-list-structure.json",
  "name": "CommentList",
  "description": "CommentList schema from Instagram Graph API",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Comment"
      }
    },
    "paging": {
      "$ref": "#/components/schemas/Paging"
    }
  }
}