From: FloatingGhost Date: Sun, 15 Jan 2023 17:59:19 +0000 (+0000) Subject: add contentMap to schema X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=0d342a35e34e6f79643961442e27e724efdc6208;p=akkoma add contentMap to schema --- diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index f582ed42c..12a6ec16f 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -41,7 +41,11 @@ "@type": "@id" }, "vcard": "http://www.w3.org/2006/vcard/ns#", - "formerRepresentations": "litepub:formerRepresentations" + "formerRepresentations": "litepub:formerRepresentations", + "contentMap": { + "@id": "as:content", + "@container": "@language" + } } ] }