summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2018-11-10 11:37:44 +0000
committerkaniini <nenolod@gmail.com>2018-11-10 11:37:44 +0000
commit7daa102fa4248dd518deb85b6f74dffd59444724 (patch)
tree64ffbc050f35e89e405ec6628f593259f22e5207 /priv
parent99a8ef967e875d66002cf7ba1e6c8d6c392f6288 (diff)
parent4f87b8362b44cf1b628248dbf38eabf670575ca2 (diff)
downloadpleroma-7daa102fa4248dd518deb85b6f74dffd59444724.tar.gz
pleroma-7daa102fa4248dd518deb85b6f74dffd59444724.zip
Merge branch 'bugfix/local-jsonld-context' into 'develop'
Host LitePub JSON-LD context locally See merge request pleroma/pleroma!435
Diffstat (limited to 'priv')
-rw-r--r--priv/static/schemas/litepub-0.1.jsonld23
1 files changed, 23 insertions, 0 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld
new file mode 100644
index 000000000..819d25c38
--- /dev/null
+++ b/priv/static/schemas/litepub-0.1.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"
+ }
+ ]
+}