Skip to content
Snippets Groups Projects
Commit 648abfd9 authored by Georg Krause's avatar Georg Krause
Browse files

Merge branch 'update-litepub-context' into 'develop'

fixes #1341; Update pleroma JSON-LD Schema

Closes #1341

See merge request funkwhale/funkwhale!1275
parents 5ab8e864 466b20bb
No related branches found
No related tags found
No related merge requests found
......@@ -316,8 +316,8 @@ CONTEXTS = [
"shortId": "LITEPUB",
"contextUrl": None,
"documentUrl": "http://litepub.social/ns",
# from https://git.pleroma.social/pleroma/pleroma/-/blob/release/2.2.3/priv/static/schemas/litepub-0.1.jsonld
"document": {
# from https://ap.thequietplace.social/schemas/litepub-0.1.jsonld
"@context": {
"Emoji": "toot:Emoji",
"Hashtag": "as:Hashtag",
......@@ -326,6 +326,7 @@ CONTEXTS = [
"conversation": {"@id": "ostatus:conversation", "@type": "@id"},
"discoverable": "toot:discoverable",
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
"capabilities": "litepub:capabilities",
"ostatus": "http://ostatus.org#",
"schema": "http://schema.org#",
"toot": "http://joinmastodon.org/ns#",
......@@ -340,6 +341,7 @@ CONTEXTS = [
"@type": "@id",
},
"EmojiReact": "litepub:EmojiReact",
"ChatMessage": "litepub:ChatMessage",
"alsoKnownAs": {"@id": "as:alsoKnownAs", "@type": "@id"},
}
},
......
Update pleroma JSON-LD Schema (#1341)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment