@@ -, +, @@ --- api/v1/swagger/definitions/patron.yaml | 5 +++++ 1 file changed, 5 insertions(+) --- a/api/v1/swagger/definitions/patron.yaml +++ a/api/v1/swagger/definitions/patron.yaml @@ -39,6 +39,11 @@ properties: - string - "null" description: initials of the patron + pronouns: + type: + - string + - "null" + description: pronouns of the patron street_number: type: - string --