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/actor/profile.json | 4 +--- lexicons/publicKey.json | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lexicons/actor/profile.json b/lexicons/actor/profile.json index 1b5e502b..b918d66a 100644 --- 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.", diff --git a/lexicons/publicKey.json b/lexicons/publicKey.json index 27bddf7e..c8444362 100644 --- 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": { -- 2.51.2