and another

Orual d695a1b2 391b7e75

+14 -4
+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 + }, 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 + } 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 + } 86 86 } 87 87 }, 88 88 "profileDataView": { ··· 124 124 "items": { 125 125 "type": "string", 126 126 "maxLength": "50", 127 - "knownValues": ["she/her", "he/him", "they/them", "it/its", "she/they", "he/they", "they/he", "they/she", "any/all"] 127 + "knownValues": [ 128 + "she/her", 129 + "he/him", 130 + "they/them", 131 + "it/its", 132 + "she/they", 133 + "he/they", 134 + "they/he", 135 + "they/she", 136 + "any/all" 137 + ] 128 138 } 129 139 }, 130 140 "pinnedList": {