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
d695a1b2
391b7e75
+14
-4
1 changed file
expand all
collapse all
unified
split
lexicons
sh
weaver
actor
defs.json
+14
-4
lexicons/sh/weaver/actor/defs.json
···
42
42
"description": "Notebooks or other records pinned for display.",
43
43
"type": "ref",
44
44
"ref": "#pinnedList"
45
45
-
}
45
45
+
},
46
46
"labels": {
47
47
"type": "array",
48
48
"items": { "type": "ref", "ref": "com.atproto.label.defs#label" }
···
57
57
},
58
58
"subscribedCount": {
59
59
"type": "integer"
60
60
-
},
60
60
+
}
61
61
}
62
62
},
63
63
"profileViewBasic": {
···
82
82
"type": "ref",
83
83
"description": "Pronouns to use in user-generated content.",
84
84
"ref": "#pronounsList"
85
85
-
},
85
85
+
}
86
86
}
87
87
},
88
88
"profileDataView": {
···
124
124
"items": {
125
125
"type": "string",
126
126
"maxLength": "50",
127
127
-
"knownValues": ["she/her", "he/him", "they/them", "it/its", "she/they", "he/they", "they/he", "they/she", "any/all"]
127
127
+
"knownValues": [
128
128
+
"she/her",
129
129
+
"he/him",
130
130
+
"they/them",
131
131
+
"it/its",
132
132
+
"she/they",
133
133
+
"he/they",
134
134
+
"they/he",
135
135
+
"they/she",
136
136
+
"any/all"
137
137
+
]
128
138
}
129
139
},
130
140
"pinnedList": {