diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-10-19 17:46:24 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-10-19 23:21:37 +0000 |
commit | c9280b97306b894a38377acf43c62d7808df01d8 (patch) | |
tree | 4ce229dfd2a218a83f6a7710e53818667a0492f4 /priv/static/schemas | |
parent | 189a2889258038ae9372113e5d901f18b7417a82 (diff) | |
download | pleroma-c9280b97306b894a38377acf43c62d7808df01d8.tar.gz pleroma-c9280b97306b894a38377acf43c62d7808df01d8.zip |
rework to use properties instead of compound typing, per SocialCG
Diffstat (limited to 'priv/static/schemas')
-rw-r--r-- | priv/static/schemas/litepub-0.1.jsonld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index 1cfcb7ec7..c8e69cab5 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -19,6 +19,7 @@ "value": "schema:value", "sensitive": "as:sensitive", "litepub": "http://litepub.social/ns#", + "invisible": "litepub:invisible", "directMessage": "litepub:directMessage", "listMessage": { "@id": "litepub:listMessage", |