]> git.mxchange.org Git - friendica.git/blob - static/joinmastodon.jsonld
Changes:
[friendica.git] / static / joinmastodon.jsonld
1 {
2     "@context":[
3         "https://www.w3.org/ns/activitystreams",
4         "https://w3id.org/security/v1",
5         {
6             "manuallyApprovesFollowers":"as:manuallyApprovesFollowers",
7             "toot":"http://joinmastodon.org/ns#",
8             "featured":{"@id":"toot:featured","@type":"@id"},
9             "featuredTags":{"@id":"toot:featuredTags","@type":"@id"},
10             "alsoKnownAs":{"@id":"as:alsoKnownAs","@type":"@id"},
11             "movedTo":{"@id":"as:movedTo","@type":"@id"},
12             "schema":"http://schema.org#",
13             "PropertyValue":"schema:PropertyValue",
14             "value":"schema:value",
15             "discoverable":"toot:discoverable",
16             "Device":"toot:Device",
17             "Ed25519Signature":"toot:Ed25519Signature",
18             "Ed25519Key":"toot:Ed25519Key",
19             "Curve25519Key":"toot:Curve25519Key",
20             "EncryptedMessage":"toot:EncryptedMessage",
21             "publicKeyBase64":"toot:publicKeyBase64",
22             "deviceId":"toot:deviceId",
23             "claim":{"@type":"@id","@id":"toot:claim"},
24             "fingerprintKey":{"@type":"@id","@id":"toot:fingerprintKey"},
25             "identityKey":{"@type":"@id","@id":"toot:identityKey"},
26             "devices":{"@type":"@id","@id":"toot:devices"},
27             "messageFranking":"toot:messageFranking",
28             "messageType":"toot:messageType",
29             "cipherText":"toot:cipherText",
30             "suspended":"toot:suspended",
31             "focalPoint":{"@container":"@list","@id":"toot:focalPoint"},
32             "ostatus":"http://ostatus.org#",
33             "atomUri":"ostatus:atomUri",
34             "inReplyToAtomUri":"ostatus:inReplyToAtomUri",
35             "conversation":"ostatus:conversation",
36             "sensitive":"as:sensitive",
37             "votersCount":"toot:votersCount",
38             "Hashtag":"as:Hashtag",
39             "quoteUrl":"as:quoteUrl",
40             "Emoji":"toot:Emoji",
41             "vcard":"http://www.w3.org/2006/vcard/ns#"
42         }
43     ]
44 }