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 @@ "description": "A declaration of a Tangled account profile.", "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 --- a/lexicons/publicKey.json +++ b/lexicons/publicKey.json @@ -22,7 +22,6 @@ "description": "public key contents" }, "name": { "type": "string", - "format": "string", "description": "human-readable name for this key" }, "createdAt": {