@@ -, +, @@ sudo koha-mysql kohadev INSERT INTO borrower_attributes (borrowernumber,code,attribute) VALUES (5,'SHOW_BCODE',NULL); http://localhost:8081/cgi-bin/koha/members/members-home.pl Expected string - got null --- 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 --