Instagram · Schema

ContainerResponse

ContainerResponse schema from Instagram Graph API

InstagramMetaPhotosSocial MediaVideosContent Publishing

Properties

Name Type Description
id string The container ID.
View JSON Schema on GitHub

JSON Schema

instagram-graph-api-container-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/instagram/refs/heads/main/json-schema/instagram-graph-api-container-response-schema.json",
  "title": "ContainerResponse",
  "description": "ContainerResponse schema from Instagram Graph API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The container ID.",
      "example": "17889615691921648"
    }
  }
}