tangled
alpha
login
or
join now
nonbinary.computer
/
weaver
atproto blogging
24
fork
atom
overview
issues
2
pulls
pipelines
and another
Orual
3 months ago
8f30bbfe
d695a1b2
+4
-2
1 changed file
expand all
collapse all
unified
split
lexicons
sh
weaver
actor
defs.json
+4
-2
lexicons/sh/weaver/actor/defs.json
···
123
"type": "array",
124
"items": {
125
"type": "string",
126
-
"maxLength": "50",
0
127
"knownValues": [
128
"she/her",
129
"he/him",
···
135
"they/she",
136
"any/all"
137
]
138
-
}
0
139
},
140
"pinnedList": {
141
"type": "array",
···
123
"type": "array",
124
"items": {
125
"type": "string",
126
+
"maxLength": 500,
127
+
"maxGraphemes": 50,
128
"knownValues": [
129
"she/her",
130
"he/him",
···
136
"they/she",
137
"any/all"
138
]
139
+
},
140
+
"maxLength": 5
141
},
142
"pinnedList": {
143
"type": "array",