Add missing file

This commit is contained in:
Thomas Sileo 2019-08-17 21:02:43 +02:00
parent ad18ae5715
commit 6d1b342af1

17
core/jsonld.py Normal file
View file

@ -0,0 +1,17 @@
MICROBLOGPUB = {
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{
"Hashtag": "as:Hashtag",
"PropertyValue": "schema:PropertyValue",
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
"ostatus": "http://ostatus.org#",
"schema": "http://schema.org",
"sensitive": "as:sensitive",
"toot": "http://joinmastodon.org/ns#",
"totalItems": "as:totalItems",
"value": "schema:value",
},
]
}