Neynar · JSON-LD Context
context Context
JSON-LD context defining the semantic vocabulary for context from Neynar.
0 Classes
29 Properties
4 Namespaces
Namespaces
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
farcaster:
https://farcaster.xyz/vocab/
neynar:
https://neynar.com/vocab/
Properties
| Property | Type | Container |
|---|---|---|
| fid | integer | |
| fname | ||
| cast | ||
| channel | ||
| reaction | ||
| feed | ||
| signer | ||
| webhook | ||
| hash | ||
| timestamp | dateTime | |
| username | ||
| displayName | ||
| bio | ||
| pfp | ||
| url | ||
| text | ||
| embeds | list | |
| mentions | list | |
| replies | ||
| reactions | ||
| likes | ||
| recasts | ||
| viewerContext | ||
| activeStatus | ||
| powerBadge | ||
| followerCount | ||
| followingCount | ||
| verifications | list | |
| custody |
JSON-LD Document
{
"@context": {
"@vocab": "https://neynar.com/vocab/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"farcaster": "https://farcaster.xyz/vocab/",
"neynar": "https://neynar.com/vocab/",
"fid": {
"@id": "farcaster:fid",
"@type": "xsd:integer"
},
"fname": {
"@id": "farcaster:fname"
},
"cast": {
"@id": "farcaster:cast"
},
"channel": {
"@id": "farcaster:channel"
},
"reaction": {
"@id": "farcaster:reaction"
},
"feed": {
"@id": "farcaster:feed"
},
"signer": {
"@id": "farcaster:signer"
},
"webhook": {
"@id": "neynar:webhook"
},
"hash": {
"@id": "neynar:hash"
},
"timestamp": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"username": {
"@id": "schema:name"
},
"displayName": {
"@id": "schema:alternateName"
},
"bio": {
"@id": "schema:description"
},
"pfp": {
"@id": "schema:image"
},
"url": {
"@id": "schema:url"
},
"text": {
"@id": "schema:text"
},
"embeds": {
"@id": "neynar:embeds",
"@container": "@list"
},
"mentions": {
"@id": "neynar:mentions",
"@container": "@list"
},
"replies": {
"@id": "neynar:replies"
},
"reactions": {
"@id": "farcaster:reactions"
},
"likes": {
"@id": "schema:likeCount"
},
"recasts": {
"@id": "farcaster:recasts"
},
"viewerContext": {
"@id": "neynar:viewerContext"
},
"activeStatus": {
"@id": "neynar:activeStatus"
},
"powerBadge": {
"@id": "neynar:powerBadge"
},
"followerCount": {
"@id": "schema:followeeCount"
},
"followingCount": {
"@id": "schema:numberOfFollowing"
},
"verifications": {
"@id": "neynar:verifications",
"@container": "@list"
},
"custody": {
"@id": "neynar:custody"
}
},
"@type": "neynar:APIContext",
"schema:name": "Neynar Farcaster API Context",
"schema:description": "JSON-LD context for Neynar Farcaster API resources",
"schema:version": "3.176.0",
"schema:url": "https://neynar.com"
}