From bd1bb004bfd7047e630da9a15a5af997d5136830 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 30 Apr 2024 07:31:15 +0100 Subject: [PATCH] Bug 26297: (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 Signed-off-by: Katrin Fischer (cherry picked from commit c120975b7839f8d4b35f9ecb14f6b70ded66509a) Signed-off-by: Fridolin Somers --- 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 8d6a361e16..204ba9726a 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.39.5