as:
https://www.w3.org/ns/activitystreams#
konbini:
https://konbiniapi.com/ns/social#
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
{
"@context": {
"@version": 1.1,
"as": "https://www.w3.org/ns/activitystreams#",
"konbini": "https://konbiniapi.com/ns/social#",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Person": "as:Person",
"Note": "as:Note",
"Article": "as:Article",
"Image": "as:Image",
"Video": "as:Video",
"Audio": "as:Audio",
"Link": "as:Link",
"Tag": "as:Tag",
"Place": "as:Place",
"Collection": "as:Collection",
"OrderedCollection": "as:OrderedCollection",
"id": "@id",
"type": "@type",
"url": { "@id": "as:url", "@type": "@id" },
"name": "as:name",
"preferredUsername": "as:preferredUsername",
"summary": "as:summary",
"icon": { "@id": "as:icon", "@type": "@id" },
"image": { "@id": "as:image", "@type": "@id" },
"published": { "@id": "as:published", "@type": "xsd:dateTime" },
"updated": { "@id": "as:updated", "@type": "xsd:dateTime" },
"attributedTo": { "@id": "as:attributedTo", "@type": "@id" },
"inReplyTo": { "@id": "as:inReplyTo", "@type": "@id" },
"attachment": "as:attachment",
"tag": "as:tag",
"location": "as:location",
"content": "as:content",
"mediaType": "as:mediaType",
"duration": { "@id": "as:duration", "@type": "xsd:duration" },
"href": { "@id": "as:href", "@type": "@id" },
"rel": "as:rel",
"entityId": "konbini:entityId",
"platform": "konbini:platform",
"isVerified": { "@id": "konbini:isVerified", "@type": "xsd:boolean" },
"isPrivate": { "@id": "konbini:isPrivate", "@type": "xsd:boolean" },
"isLive": { "@id": "konbini:isLive", "@type": "xsd:boolean" },
"followerCount": { "@id": "konbini:followerCount", "@type": "xsd:integer" },
"followingCount": { "@id": "konbini:followingCount", "@type": "xsd:integer" },
"likeCount": { "@id": "konbini:likeCount", "@type": "xsd:integer" },
"commentCount": { "@id": "konbini:commentCount", "@type": "xsd:integer" },
"shareCount": { "@id": "konbini:shareCount", "@type": "xsd:integer" },
"viewCount": { "@id": "konbini:viewCount", "@type": "xsd:integer" },
"playCount": { "@id": "konbini:playCount", "@type": "xsd:integer" },
"videoCount": { "@id": "konbini:videoCount", "@type": "xsd:integer" },
"creditsUsed": { "@id": "konbini:creditsUsed", "@type": "xsd:integer" },
"creditsRemaining": { "@id": "konbini:creditsRemaining", "@type": "xsd:integer" },
"data": "konbini:data",
"next": { "@id": "konbini:nextCursor", "@type": "@id" },
"previous": { "@id": "konbini:previousCursor", "@type": "@id" }
}
}