Monorepo for Tangled tangled.org

lexicons: fix sh.tangled.{actor.profile,publicKey} schemas

authored by mary.my.id and committed by anirudh.fi 89878e9f 7211bcfc

Changed files
+1 -4
lexicons
+1 -3
lexicons/actor/profile.json
··· 8 8 "key": "literal:self", 9 9 "record": { 10 10 "type": "object", 11 + "required": ["bluesky"], 11 12 "properties": { 12 - "required": [ 13 - "bluesky", 14 - ], 15 13 "description": { 16 14 "type": "string", 17 15 "description": "Free-form profile description text.",
-1
lexicons/publicKey.json
··· 22 22 }, 23 23 "name": { 24 24 "type": "string", 25 - "format": "string", 26 25 "description": "human-readable name for this key" 27 26 }, 28 27 "createdAt": {