forked from tangled.org/core
Monorepo for Tangled — https://tangled.org

Fix lexicon schemas

I was attempting to generate validations for Tangled, but ran into some minor mistakes with how the lexicon document is written, this should fix it.

Changed files
+1 -4
lexicons
+1 -3
lexicons/actor/profile.json
···
"key": "literal:self",
"record": {
"type": "object",
+
"required": ["bluesky"],
"properties": {
-
"required": [
-
"bluesky",
-
],
"description": {
"type": "string",
"description": "Free-form profile description text.",
-1
lexicons/publicKey.json
···
},
"name": {
"type": "string",
-
"format": "string",
"description": "human-readable name for this key"
},
"createdAt": {