litepub-0.1.jsonld cleanup
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
parent
ebfa0d88df
commit
c2fb145c5f
2 changed files with 35 additions and 25 deletions
1
changelog.d/context-cleanup.skip
Normal file
1
changelog.d/context-cleanup.skip
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
litepub-0.1.jsonld cleanup
|
||||||
|
|
@ -4,46 +4,55 @@
|
||||||
"https://w3id.org/security/v1",
|
"https://w3id.org/security/v1",
|
||||||
"https://purl.archive.org/socialweb/webfinger",
|
"https://purl.archive.org/socialweb/webfinger",
|
||||||
{
|
{
|
||||||
"Emoji": "toot:Emoji",
|
"as": "https://www.w3.org/ns/activitystreams#",
|
||||||
|
"ostatus": "http://ostatus.org#",
|
||||||
|
"schema": "http://schema.org#",
|
||||||
|
"vcard": "http://www.w3.org/2006/vcard/ns#",
|
||||||
|
|
||||||
|
"fedibird": "http://fedibird.com/ns#",
|
||||||
|
"litepub": "http://litepub.social/ns#",
|
||||||
|
"sm": "http://smithereen.software/ns#",
|
||||||
|
"toot": "http://joinmastodon.org/ns#",
|
||||||
|
|
||||||
|
"alsoKnownAs": {
|
||||||
|
"@id": "as:alsoKnownAs",
|
||||||
|
"@type": "@id"
|
||||||
|
},
|
||||||
"Hashtag": "as:Hashtag",
|
"Hashtag": "as:Hashtag",
|
||||||
"PropertyValue": "schema:PropertyValue",
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
||||||
|
"quoteUrl": "as:quoteUrl",
|
||||||
|
"sensitive": "as:sensitive",
|
||||||
|
|
||||||
"atomUri": "ostatus:atomUri",
|
"atomUri": "ostatus:atomUri",
|
||||||
"conversation": {
|
"conversation": {
|
||||||
"@id": "ostatus:conversation",
|
"@id": "ostatus:conversation",
|
||||||
"@type": "@id"
|
"@type": "@id"
|
||||||
},
|
},
|
||||||
"discoverable": "toot:discoverable",
|
|
||||||
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
"PropertyValue": "schema:PropertyValue",
|
||||||
"capabilities": "litepub:capabilities",
|
|
||||||
"ostatus": "http://ostatus.org#",
|
|
||||||
"schema": "http://schema.org#",
|
|
||||||
"toot": "http://joinmastodon.org/ns#",
|
|
||||||
"fedibird": "http://fedibird.com/ns#",
|
|
||||||
"value": "schema:value",
|
"value": "schema:value",
|
||||||
"sensitive": "as:sensitive",
|
|
||||||
"litepub": "http://litepub.social/ns#",
|
"quoteUri": "fedibird:quoteUri",
|
||||||
"invisible": "litepub:invisible",
|
|
||||||
|
"capabilities": "litepub:capabilities",
|
||||||
|
"ChatMessage": "litepub:ChatMessage",
|
||||||
"directMessage": "litepub:directMessage",
|
"directMessage": "litepub:directMessage",
|
||||||
|
"EmojiReact": "litepub:EmojiReact",
|
||||||
|
"formerRepresentations": "litepub:formerRepresentations",
|
||||||
|
"invisible": "litepub:invisible",
|
||||||
"listMessage": {
|
"listMessage": {
|
||||||
"@id": "litepub:listMessage",
|
"@id": "litepub:listMessage",
|
||||||
"@type": "@id"
|
"@type": "@id"
|
||||||
},
|
},
|
||||||
"quoteUrl": "as:quoteUrl",
|
|
||||||
"quoteUri": "fedibird:quoteUri",
|
|
||||||
"oauthRegistrationEndpoint": {
|
"oauthRegistrationEndpoint": {
|
||||||
"@id": "litepub:oauthRegistrationEndpoint",
|
"@id": "litepub:oauthRegistrationEndpoint",
|
||||||
"@type": "@id"
|
"@type": "@id"
|
||||||
},
|
},
|
||||||
"EmojiReact": "litepub:EmojiReact",
|
|
||||||
"ChatMessage": "litepub:ChatMessage",
|
"nonAnonymous": "sm:nonAnonymous",
|
||||||
"alsoKnownAs": {
|
|
||||||
"@id": "as:alsoKnownAs",
|
"discoverable": "toot:discoverable",
|
||||||
"@type": "@id"
|
"Emoji": "toot:Emoji"
|
||||||
},
|
|
||||||
"vcard": "http://www.w3.org/2006/vcard/ns#",
|
|
||||||
"formerRepresentations": "litepub:formerRepresentations",
|
|
||||||
"sm": "http://smithereen.software/ns#",
|
|
||||||
"nonAnonymous": "sm:nonAnonymous"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue