diff options
author | kaniini <ariadne@dereferenced.org> | 2019-10-07 11:34:50 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-10-07 11:34:50 +0000 |
commit | 5c32e6ee91b99200c33570017f6dc04bca8c1523 (patch) | |
tree | 93f8101f6ff4281bd3b7151e4603e399c1092809 | |
parent | 93bdc55306895dce0554e7838ecf2ea7ddaea3a7 (diff) | |
parent | 19962d2022f87498520655969ac99811205d048d (diff) | |
download | pleroma-5c32e6ee91b99200c33570017f6dc04bca8c1523.tar.gz |
Merge branch 'chore/context-cleanups' into 'develop'
clean up bundled litepub schema (closes #1303)
Closes #1303
See merge request pleroma/pleroma!1808
-rw-r--r-- | priv/static/schemas/litepub-0.1.jsonld | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index f01c2c33a..1cfcb7ec7 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -14,9 +14,8 @@ "discoverable": "toot:discoverable", "manuallyApprovesFollowers": "as:manuallyApprovesFollowers", "ostatus": "http://ostatus.org#", - "schema": "http://schema.org", + "schema": "http://schema.org#", "toot": "http://joinmastodon.org/ns#", - "totalItems": "as:totalItems", "value": "schema:value", "sensitive": "as:sensitive", "litepub": "http://litepub.social/ns#", @@ -28,10 +27,6 @@ "oauthRegistrationEndpoint": { "@id": "litepub:oauthRegistrationEndpoint", "@type": "@id" - }, - "uploadMedia": { - "@id": "litepub:uploadMedia", - "@type": "@id" } } ] |