diff options
author | kaniini <ariadne@dereferenced.org> | 2019-10-07 11:37:01 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-10-07 11:37:01 +0000 |
commit | cb36fe0128c2da9480e543ae5d71768bd73af239 (patch) | |
tree | d1d9f42e889a40e995c47bf147eb5e88d37c9360 | |
parent | f6ff19e0745a2362406ea2b073e7ca85f2121d41 (diff) | |
parent | d3e04d55904f454d0f2001a747bdbed86b585fb9 (diff) | |
download | pleroma-cb36fe0128c2da9480e543ae5d71768bd73af239.tar.gz |
Merge branch 'backport/chore-context-cleanups' into 'maint/1.1'
clean up bundled litepub schema (closes #1303)
See merge request pleroma/pleroma!1809
-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#", |