18 lines
612 B
Python
18 lines
612 B
Python
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",
|
|
"Emoji": "toot:Emoji",
|
|
},
|
|
]
|
|
}
|