forked from AkkomaGang/akkoma
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
|
{
|
||
|
"@context": [
|
||
|
"https://www.w3.org/ns/activitystreams",
|
||
|
"https://w3id.org/security/v1",
|
||
|
{
|
||
|
"Emoji": "toot:Emoji",
|
||
|
"Hashtag": "as:Hashtag",
|
||
|
"PropertyValue": "schema:PropertyValue",
|
||
|
"alsoKnownAs": {
|
||
|
"@id": "as:alsoKnownAs",
|
||
|
"@type": "@id"
|
||
|
},
|
||
|
"atomUri": "ostatus:atomUri",
|
||
|
"conversation": "ostatus:conversation",
|
||
|
"featured": {
|
||
|
"@id": "toot:featured",
|
||
|
"@type": "@id"
|
||
|
},
|
||
|
"focalPoint": {
|
||
|
"@container": "@list",
|
||
|
"@id": "toot:focalPoint"
|
||
|
},
|
||
|
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
|
||
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
||
|
"movedTo": {
|
||
|
"@id": "as:movedTo",
|
||
|
"@type": "@id"
|
||
|
},
|
||
|
"ostatus": "http://ostatus.org#",
|
||
|
"schema": "http://schema.org#",
|
||
|
"sensitive": "as:sensitive",
|
||
|
"toot": "http://joinmastodon.org/ns#",
|
||
|
"value": "schema:value"
|
||
|
}
|
||
|
],
|
||
|
"id": "https://example.com/users/nickname/statuses/{{id}}",
|
||
|
"actor": "https://example.com/users/nickname",
|
||
|
"object": "https://example.com/users/nickname/statuses/101355175004496751",
|
||
|
"target": "https://example.com/users/nickname/collections/featured",
|
||
|
"type": "{{type}}"
|
||
|
}
|