@@ -, +, @@ --- 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 @@ -19,6 +19,11 @@ properties: - string - "null" description: patron's first name + middle_name: + type: + - string + - "null" + description: patron's middle name title: type: - string --