TikTok for Developers · JSON-LD Context

Tiktok For Developers Context

JSON-LD context defining the semantic vocabulary for Tiktok For Developers from TikTok for Developers.

27 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

tiktok: https://developers.tiktok.com/vocab/

Classes

open_id union_id avatar_url display_name bio_description profile_deep_link is_verified follower_count following_count likes_count video_count cover_image_url share_url video_description view_count like_count comment_count share_count hashtag_names region_code publish_id privacy_level create_time duration TikTokVideo TikTokUser TikTokComment

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "tiktok": "https://developers.tiktok.com/vocab/",
    "open_id": "tiktok:openId",
    "union_id": "tiktok:unionId",
    "avatar_url": "image",
    "display_name": "name",
    "bio_description": "description",
    "profile_deep_link": "url",
    "is_verified": "tiktok:isVerified",
    "follower_count": "tiktok:followerCount",
    "following_count": "tiktok:followingCount",
    "likes_count": "tiktok:likesCount",
    "video_count": "tiktok:videoCount",
    "cover_image_url": "thumbnailUrl",
    "share_url": "url",
    "video_description": "description",
    "view_count": "tiktok:viewCount",
    "like_count": "tiktok:likeCount",
    "comment_count": "commentCount",
    "share_count": "tiktok:shareCount",
    "hashtag_names": "keywords",
    "region_code": "addressCountry",
    "publish_id": "tiktok:publishId",
    "privacy_level": "tiktok:privacyLevel",
    "create_time": "dateCreated",
    "duration": "duration",
    "TikTokVideo": "VideoObject",
    "TikTokUser": "Person",
    "TikTokComment": "Comment"
  }
}