@@ -, +, @@ --- api/v1/swagger/definitions/patron_extended_attribute.yaml | 1 + 1 file changed, 1 insertion(+) --- a/api/v1/swagger/definitions/patron_extended_attribute.yaml +++ a/api/v1/swagger/definitions/patron_extended_attribute.yaml @@ -11,6 +11,7 @@ properties: description: Extended attribute value type: - string + - "null" additionalProperties: false required: - type --