Facebook · Schema

ThreadsInsightList

List of Threads insights.

Fortune 500AdvertisingContent PublishingMessagingSocial MediaSocial Networking

Properties

Name Type Description
data array
View JSON Schema on GitHub

JSON Schema

facebook-threadsinsightlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ThreadsInsightList",
  "title": "ThreadsInsightList",
  "type": "object",
  "description": "List of Threads insights.",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ThreadsInsight"
      }
    }
  }
}