Add missing file
This commit is contained in:
parent
ad18ae5715
commit
6d1b342af1
1 changed files with 17 additions and 0 deletions
17
core/jsonld.py
Normal file
17
core/jsonld.py
Normal 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",
|
||||
},
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue