From 4d6b9f8e08bd7ade779e78dbe2e03d883f115366 Mon Sep 17 00:00:00 2001 From: Michael Kohl Date: Wed, 22 Oct 2025 22:24:20 +0700 Subject: [PATCH] lexicon: add pronouns field to actor profile Change-Id: qynwpzqylpkvrzkzpxzstromvlkxnxpp --- lexicons/actor/profile.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lexicons/actor/profile.json b/lexicons/actor/profile.json index 1115595e..b1e2554f 100644 --- a/lexicons/actor/profile.json +++ b/lexicons/actor/profile.json @@ -55,6 +55,12 @@ "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.", -- 2.43.0