Threads · JSON-LD Context

Threads Api Context

JSON-LD context defining the semantic vocabulary for Threads Api from Threads.

26 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

threads: https://developers.facebook.com/docs/threads/vocab#

Classes

Thread UserProfile MediaObject Insight text username permalink timestamp media_type media_url thumbnail_url is_quote_post has_replies is_reply reply_control hide_status root_post replied_to views likes replies reposts quotes followers_count access_token expires_in

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "threads": "https://developers.facebook.com/docs/threads/vocab#",
    "Thread": "SocialMediaPosting",
    "UserProfile": "Person",
    "MediaObject": "MediaObject",
    "Insight": "threads:AnalyticsMetric",
    "text": "text",
    "username": "identifier",
    "permalink": "url",
    "timestamp": "datePublished",
    "media_type": "encodingFormat",
    "media_url": "contentUrl",
    "thumbnail_url": "thumbnailUrl",
    "is_quote_post": "threads:isQuotePost",
    "has_replies": "threads:hasReplies",
    "is_reply": "threads:isReply",
    "reply_control": "threads:replyControl",
    "hide_status": "threads:hideStatus",
    "root_post": "threads:rootPost",
    "replied_to": "threads:repliedTo",
    "views": "threads:viewCount",
    "likes": "interactionCount",
    "replies": "threads:replyCount",
    "reposts": "threads:repostCount",
    "quotes": "threads:quoteCount",
    "followers_count": "threads:followerCount",
    "access_token": "threads:accessToken",
    "expires_in": "threads:tokenExpiresIn"
  }
}