Neynar · JSON-LD Context

Cast Context

JSON-LD context defining the semantic vocabulary for Cast from Neynar.

0 Classes 0 Properties 0 Namespaces
View Context View on GitHub

JSON-LD Document

Raw ↑
{
  "@context": "https://neynar.com/vocab/context.jsonld",
  "@type": "neynar:Cast",
  "schema:name": "Cast",
  "schema:description": "Neynar Cast resource",
  "properties": [
    "app",
    "author",
    "author_channel_context",
    "channel",
    "embeds",
    "hash",
    "mentioned_channels",
    "mentioned_channels_ranges",
    "mentioned_profiles",
    "mentioned_profiles_ranges",
    "object",
    "parent_author",
    "parent_hash",
    "parent_url",
    "reactions",
    "replies",
    "root_parent_url",
    "text",
    "thread_hash",
    "timestamp",
    "type",
    "viewer_context"
  ],
  "required": [
    "object",
    "hash",
    "parent_hash",
    "parent_url",
    "root_parent_url",
    "parent_author",
    "author",
    "text",
    "timestamp",
    "embeds",
    "reactions",
    "replies",
    "thread_hash",
    "mentioned_profiles",
    "mentioned_profiles_ranges",
    "mentioned_channels",
    "mentioned_channels_ranges",
    "channel"
  ]
}