Neynar · JSON-LD Context

Hub Context

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

0 Classes 5 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
farcaster: https://farcaster.xyz/vocab/
hub: https://neynar.com/hub/vocab/

Properties

Property Type Container
fid http://www.w3.org/2001/XMLSchema#integer
hash
timestamp
network
data

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://neynar.com/hub/vocab/",
    "schema": "https://schema.org/",
    "farcaster": "https://farcaster.xyz/vocab/",
    "hub": "https://neynar.com/hub/vocab/",
    "fid": {
      "@id": "farcaster:fid",
      "@type": "http://www.w3.org/2001/XMLSchema#integer"
    },
    "hash": {
      "@id": "hub:hash"
    },
    "timestamp": {
      "@id": "schema:dateCreated"
    },
    "network": {
      "@id": "farcaster:network"
    },
    "data": {
      "@id": "hub:data"
    }
  },
  "@type": "hub:HubAPIContext",
  "schema:name": "Neynar Hub API Context",
  "schema:description": "JSON-LD context for Neynar Hub API resources",
  "schema:version": "2.35.0",
  "schema:url": "https://hub-api.neynar.com"
}