diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-11-08 19:34:01 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-11-08 19:35:23 +0100 |
commit | 705bfe39e937a562e734bc0b9471c63c2c7300ff (patch) | |
tree | 192cfa31b254cb3de74d1005fab991295e007146 | |
parent | a44d87f0594ad10809afe269e20e8d4c777b5d5c (diff) | |
download | pleroma-705bfe39e937a562e734bc0b9471c63c2c7300ff.tar.gz |
priv/static/litepub-1.0.jsonld: Local copy of https://litepub.github.io/litepub/context.jsonld
-rw-r--r-- | priv/static/litepub-1.0.jsonld | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/priv/static/litepub-1.0.jsonld b/priv/static/litepub-1.0.jsonld new file mode 100644 index 000000000..819d25c38 --- /dev/null +++ b/priv/static/litepub-1.0.jsonld @@ -0,0 +1,23 @@ +{ + "@context": [ + "https://www.w3.org/ns/activitystreams", + "https://w3id.org/security/v1", + { + "Emoji": "toot:Emoji", + "Hashtag": "as:Hashtag", + "PropertyValue": "schema:PropertyValue", + "atomUri": "ostatus:atomUri", + "conversation": { + "@id": "ostatus:conversation", + "@type": "@id" + }, + "manuallyApprovesFollowers": "as:manuallyApprovesFollowers", + "ostatus": "http://ostatus.org#", + "schema": "http://schema.org", + "toot": "http://joinmastodon.org/ns#", + "totalItems": "as:totalItems", + "value": "schema:value", + "sensitive": "as:sensitive" + } + ] +} |