From: William Pitcock Date: Tue, 12 Feb 2019 21:37:37 +0000 (+0000) Subject: litepub schema: add oauthRegistrationEndpoint [ci skip] X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=dd989962e681a126ff086064d22cbcbd9bfaf7a2;p=akkoma litepub schema: add oauthRegistrationEndpoint [ci skip] --- diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index 15645646a..f36b231c5 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -19,7 +19,11 @@ "value": "schema:value", "sensitive": "as:sensitive", "litepub": "http://litepub.social/ns#", - "directMessage": "litepub:directMessage" + "directMessage": "litepub:directMessage", + "oauthRegistrationEndpoint": { + "@id": "litepub:oauthRegistrationEndpoint", + "@type": "@id" + } } ] }