Neynar · JSON-LD Context

Notification Context

JSON-LD context defining the semantic vocabulary for Notification 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:Notification",
  "schema:name": "Notification",
  "schema:description": "Neynar Notification resource",
  "properties": [
    "cast",
    "count",
    "follows",
    "most_recent_timestamp",
    "object",
    "reactions",
    "seen",
    "type"
  ],
  "required": [
    "object",
    "most_recent_timestamp",
    "type",
    "seen"
  ]
}