summaryrefslogtreecommitdiff
path: root/priv/static/schemas
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-11-08 20:21:45 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-11-08 20:21:45 +0100
commit934125695d640a08de136ef3924909aaa81fdcc1 (patch)
treec9c3014002a469d95f3e8866a26ea8b67dcff959 /priv/static/schemas
parentabcacec97d1002e92696c8c7f69b05130420b18f (diff)
downloadpleroma-934125695d640a08de136ef3924909aaa81fdcc1.tar.gz
pleroma-934125695d640a08de136ef3924909aaa81fdcc1.zip
Move /litepub-1.0.jsonld to /schemas/litepub-0.1.jsonld
Diffstat (limited to 'priv/static/schemas')
-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"
+ }
+ ]
+}