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": {