tangled
alpha
login
or
join now
nonbinary.computer
/
weaver
atproto blogging
24
fork
atom
overview
issues
2
pulls
pipelines
fixing lexicons
Orual
3 months ago
4bb6a0a3
84b1cc9b
+22
-23
2 changed files
expand all
collapse all
unified
split
lexicons
sh
weaver
actor
defs.json
profile.json
+20
-6
lexicons/sh/weaver/actor/defs.json
···
41
"pinned": {
42
"description": "Notebooks or other records pinned for display."
43
"type": "ref",
44
-
"ref": "sh.weaver.actor.profile#pinnedList"
45
}
46
"labels": {
47
"type": "array",
···
50
"pronouns": {
51
"type": "ref",
52
"description": "Pronouns to use in user-generated content.",
53
-
"ref": "sh.weaver.actor.profile#pronounsList"
54
},
55
"subscriberCount": {
56
"type": "integer"
···
81
"pronouns": {
82
"type": "ref",
83
"description": "Pronouns to use in user-generated content.",
84
-
"ref": "sh.weaver.actor.profile#pronounsList"
85
},
86
}
87
},
···
91
"properties": {
92
"inner": {
93
"type": "union",
94
-
"refs": ["sh.weaver.actor.defs#profileView", "app.bsky.actor.defs#profileViewDetailed", "#tangledProfileView"]
95
}
96
}
97
},
···
101
"properties": {
102
"inner": {
103
"type": "union",
104
-
"refs": ["sh.weaver.actor.defs#profileViewBasic", "app.bsky.actor.defs#profileViewBasic", "#tangledProfileView"]
105
}
106
}
107
},
···
119
}
120
}
121
},
122
-
0
0
0
0
0
0
0
0
0
0
0
0
0
0
123
"tangledProfileView": {
124
"type": "object",
125
"required": ["bluesky", "did", "handle"],
···
41
"pinned": {
42
"description": "Notebooks or other records pinned for display."
43
"type": "ref",
44
+
"ref": "#pinnedList"
45
}
46
"labels": {
47
"type": "array",
···
50
"pronouns": {
51
"type": "ref",
52
"description": "Pronouns to use in user-generated content.",
53
+
"ref": "#pronounsList"
54
},
55
"subscriberCount": {
56
"type": "integer"
···
81
"pronouns": {
82
"type": "ref",
83
"description": "Pronouns to use in user-generated content.",
84
+
"ref": "#pronounsList"
85
},
86
}
87
},
···
91
"properties": {
92
"inner": {
93
"type": "union",
94
+
"refs": ["#profileView", "app.bsky.actor.defs#profileViewDetailed", "#tangledProfileView"]
95
}
96
}
97
},
···
101
"properties": {
102
"inner": {
103
"type": "union",
104
+
"refs": ["#profileViewBasic", "app.bsky.actor.defs#profileViewBasic", "#tangledProfileView"]
105
}
106
}
107
},
···
119
}
120
}
121
},
122
+
"pronounsList": {
123
+
"type": "array",
124
+
"items": {
125
+
"type": "string",
126
+
"maxLength": "50",
127
+
"knownValues": ["she/her", "he/him", "they/them", "it/its", "she/they", "he/they", "they/he", "they/she", "any/all"]
128
+
}
129
+
},
130
+
"pinnedList": {
131
+
"type": "array",
132
+
"items": {
133
+
"type": "ref",
134
+
"ref": "com.atproto.repo.strongRef"
135
+
}
136
+
},
137
"tangledProfileView": {
138
"type": "object",
139
"required": ["bluesky", "did", "handle"],
+2
-17
lexicons/sh/weaver/actor/profile.json
···
48
"pronouns": {
49
"type": "ref",
50
"description": "Pronouns to use in user-generated content.",
51
-
"ref": "#pronounsList"
52
},
53
"pinned": {
54
"description": "Notebooks or other records pinned for display."
55
"type": "ref",
56
-
"ref": "#pinnedList"
57
},
58
"bluesky": {
59
"type": "boolean",
···
82
},
83
"createdAt": { "type": "string", "format": "datetime" }
84
}
85
-
}
86
-
},
87
-
"pronounsList": {
88
-
"type": "array",
89
-
"items": {
90
-
"type": "string",
91
-
"maxLength": "50",
92
-
"knownValues": ["she/her", "he/him", "they/them", "it/its", "she/they", "he/they", "they/he", "they/she", "any/all"]
93
-
}
94
-
},
95
-
"pinnedList": {
96
-
"type": "array",
97
-
"items": {
98
-
"type": "ref",
99
-
"ref": "com.atproto.repo.strongRef"
100
}
101
}
102
}
···
48
"pronouns": {
49
"type": "ref",
50
"description": "Pronouns to use in user-generated content.",
51
+
"ref": "sh.weaver.actor.defs#pronounsList"
52
},
53
"pinned": {
54
"description": "Notebooks or other records pinned for display."
55
"type": "ref",
56
+
"ref": "sh.weaver.actor.defs#pinnedList"
57
},
58
"bluesky": {
59
"type": "boolean",
···
82
},
83
"createdAt": { "type": "string", "format": "datetime" }
84
}
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
85
}
86
}
87
}