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
···
"maxGraphemes": 40,
"maxLength": 400
},
+
"pronouns": {
+
"type": "string",
+
"description": "Free-form preferred pronouns text.",
+
"maxGraphemes": 40,
+
"maxLength": 400
+
},
"pinnedRepositories": {
"type": "array",
"description": "Any ATURI, it is up to appviews to validate these fields.",