From 5931552ad364f898715dec80b51fa6d61a7fd044 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 30 Apr 2024 07:31:15 +0100 Subject: [PATCH] Bug 26297: (RM follow-up) Fix specification file We had a duplicate 'description' key introduced in the patron category specification file here which causes errors on bundling the specs. Signed-off-by: Martin Renvoize --- api/v1/swagger/definitions/patron_category.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/api/v1/swagger/definitions/patron_category.yaml b/api/v1/swagger/definitions/patron_category.yaml index 8d6a361e166..204ba9726ae 100644 --- a/api/v1/swagger/definitions/patron_category.yaml +++ b/api/v1/swagger/definitions/patron_category.yaml @@ -25,7 +25,6 @@ properties: - number - "null" description: Number of days after which the patron must reset their password - description: Date the patron is enrolled until upper_age_limit: type: - number -- 2.44.0