From efd37762c10a0d520f21799d970986a4f6f62e0d Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 22 Nov 2022 19:21:22 +0000 Subject: [PATCH] Bug 31381: Handle null attributes in list --- api/v1/swagger/definitions/patron_extended_attribute.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1/swagger/definitions/patron_extended_attribute.yaml b/api/v1/swagger/definitions/patron_extended_attribute.yaml index 84343d258b..4bfd8567e9 100644 --- a/api/v1/swagger/definitions/patron_extended_attribute.yaml +++ b/api/v1/swagger/definitions/patron_extended_attribute.yaml @@ -11,6 +11,7 @@ properties: description: Extended attribute value type: - string + - "null" additionalProperties: false required: - type -- 2.30.2