From 89878e9fd2cbb0914b1951df474e551bcb5fbf7b Mon Sep 17 00:00:00 2001 From: mary.my.id Date: Wed, 14 May 2025 09:39:52 +0000 Subject: [PATCH] lexicons: fix sh.tangled.{actor.profile,publicKey} schemas --- lexicons/publicKey.json | 1 - lexicons/actor/profile.json | 4 +--- 2 file(s) changed, 1 insertion(s)(+), 4 deletion(s)(-) diff --git a/lexicons/publicKey.json b/lexicons/publicKey.json --- a/lexicons/publicKey.json +++ b/lexicons/publicKey.json @@ -22,7 +22,6 @@ }, "name": { "type": "string", - "format": "string", "description": "human-readable name for this key" }, "createdAt": { diff --git a/lexicons/actor/profile.json b/lexicons/actor/profile.json --- a/lexicons/actor/profile.json +++ b/lexicons/actor/profile.json @@ -8,10 +8,8 @@ "key": "literal:self", "record": { "type": "object", + "required": ["bluesky"], "properties": { - "required": [ - "bluesky", - ], "description": { "type": "string", "description": "Free-form profile description text.", -- tangled.sh