and another

Orual 8f30bbfe d695a1b2

+4 -2
+4 -2
lexicons/sh/weaver/actor/defs.json
··· 123 123 "type": "array", 124 124 "items": { 125 125 "type": "string", 126 - "maxLength": "50", 126 + "maxLength": 500, 127 + "maxGraphemes": 50, 127 128 "knownValues": [ 128 129 "she/her", 129 130 "he/him", ··· 135 136 "they/she", 136 137 "any/all" 137 138 ] 138 - } 139 + }, 140 + "maxLength": 5 139 141 }, 140 142 "pinnedList": { 141 143 "type": "array",