Fix: Use correctly parseable JSON-LD context (#2299)

* Fix: Use correctly parseable JSON-LD context

* Changed: Better ordering for context document

alphabetized properties

* Changed: Use xsd types instead of schema.org types

* Changed: use simple namespacing
admin_purge^2
trwnh 2 years ago committed by GitHub
parent a29cf04092
commit 5b7376512f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,19 +1,21 @@
[
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{
"stickied": "as:stickied",
"pt": "https://join-lemmy.org#",
"sc": "http://schema.org#",
"matrixUserId": {
"type": "sc:Text",
"id": "as:alsoKnownAs"
},
"lemmy": "https://join-lemmy.org/ns#",
"litepub": "http://litepub.social/ns#",
"pt": "https://joinpeertube.org/ns#",
"ChatMessage": "litepub:ChatMessage",
"commentsEnabled": "pt:commentsEnabled",
"sensitive": "as:sensitive",
"comments_enabled": {
"type": "sc:Boolean",
"id": "pt:commentsEnabled"
"matrixUserId": "lemmy:matrixUserId",
"posting_restricted_to_mods": "lemmy:posting_restricted_to_mods",
"remove_data": "lemmy:remove_data",
"stickied": "lemmy:stickied",
"moderators": {
"@type": "@id",
"@id": "lemmy:moderators"
},
"moderators": "as:moderators"
},
"https://w3id.org/security/v1"
]
"expires": "as:endTime"
}
]

Loading…
Cancel
Save