From b15c1383789d69217d3edb2913ce4418069dfce6 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:33:55 -0500 Subject: [PATCH] =?UTF-8?q?Add=20PUBLIC-KEY=20slot=20to=20Litepub=E2=80=99?= =?UTF-8?q?s=20PERSON?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/litepub.lisp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/litepub.lisp b/src/litepub.lisp index 7660e5d..c0de14e 100644 --- a/src/litepub.lisp +++ b/src/litepub.lisp @@ -108,6 +108,10 @@ The target and origin typically have no defined meaning.") ;;; ———————————————————————————————————————— (json-ld:define-json-type (as/av:person "Person") (as/av:object) *litepub-uri* (;; https://docs.joinmastodon.org/spec/activitypub/#discoverable + (public-key + "publicKey" + :documentation "Contains an object representing a definition of the user’s public key, used for HTTP signatures. +Generally contains the properties “id”, “owner”, “publicKeyPem”.") (discoverable "discoverable" :documentation "A boolean value reflecting whether or not a profile should be publically discoverable.")