Add pronouns to lexicon #697

closed
opened by citizen428.net targeting master from citizen428.net/core: issue-224-part1

This PR is trying to get the ball rolling on https://tangled.org/@tangled.org/core/issues/224.

As a first step, I'm just adding the pronouns field to the lexicon. I modeled it after the location field for now. Please let me know if you'd prefer different values for maxGraphemes/maxLength.

Changed files
+6
lexicons
actor
+6
lexicons/actor/profile.json
··· 55 "maxGraphemes": 40, 56 "maxLength": 400 57 }, 58 "pinnedRepositories": { 59 "type": "array", 60 "description": "Any ATURI, it is up to appviews to validate these fields.",
··· 55 "maxGraphemes": 40, 56 "maxLength": 400 57 }, 58 + "pronouns": { 59 + "type": "string", 60 + "description": "Free-form preferred pronouns text.", 61 + "maxGraphemes": 40, 62 + "maxLength": 400 63 + }, 64 "pinnedRepositories": { 65 "type": "array", 66 "description": "Any ATURI, it is up to appviews to validate these fields.",