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:36:05 +0000 |
commit | d3e04d55904f454d0f2001a747bdbed86b585fb9 (patch) | |
tree | d1d9f42e889a40e995c47bf147eb5e88d37c9360 | |
parent | f6ff19e0745a2362406ea2b073e7ca85f2121d41 (diff) | |
download | pleroma-d3e04d55904f454d0f2001a747bdbed86b585fb9.tar.gz |
clean up bundled litepub schema (closes #1303)
-rw-r--r-- | priv/static/schemas/litepub-0.1.jsonld | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index 57ed05eba..c37137494 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -13,9 +13,8 @@ }, "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#", |