diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-10-07 11:33:58 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-10-07 11:33:58 +0000 |
commit | 19962d2022f87498520655969ac99811205d048d (patch) | |
tree | 93f8101f6ff4281bd3b7151e4603e399c1092809 | |
parent | 93bdc55306895dce0554e7838ecf2ea7ddaea3a7 (diff) | |
download | pleroma-19962d2022f87498520655969ac99811205d048d.tar.gz |
clean up bundled litepub schema (closes #1303)
-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" } } ] |