From ae075bf149f018af529f8165d82bdc0a7d9c6a99 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Fri, 25 Jul 2025 09:17:29 +0100 Subject: [PATCH] Bug 40511: Add maxLength to eholdings titles --- .../definitions/erm_eholdings_title.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/api/v1/swagger/definitions/erm_eholdings_title.yaml b/api/v1/swagger/definitions/erm_eholdings_title.yaml index 7ed823fcadd..6bbadd61e4b 100644 --- a/api/v1/swagger/definitions/erm_eholdings_title.yaml +++ b/api/v1/swagger/definitions/erm_eholdings_title.yaml @@ -14,71 +14,85 @@ properties: publication_title: description: publication_title of the title type: string + maxLength: 255 external_id: description: External id of the title type: - string - "null" + maxLength: 255 print_identifier: description: print_identifier of the title type: - string - "null" + maxLength: 255 online_identifier: description: online_identifier of the title type: - string - "null" + maxLength: 255 date_first_issue_online: description: date_first_issue_online of the title type: - string - "null" + maxLength: 255 num_first_vol_online: description: num_first_vol_online of the title type: - string - "null" + maxLength: 255 num_first_issue_online: description: num_first_issue_online of the title type: - string - "null" + maxLength: 255 date_last_issue_online: description: date_last_issue_online of the title type: - string - "null" + maxLength: 255 num_last_vol_online: description: num_last_vol_online of the title type: - string - "null" + maxLength: 255 num_last_issue_online: description: num_last_issue_online of the title type: - string - "null" + maxLength: 255 title_url: description: title_url of the title type: - string - "null" + maxLength: 255 first_author: description: first_author of the title type: - string - "null" + maxLength: 255 embargo_info: description: embargo_info of the title type: - string - "null" + maxLength: 255 coverage_depth: description: coverage_depth of the title type: - string - "null" + maxLength: 255 notes: description: notes of the title type: @@ -89,51 +103,61 @@ properties: type: - string - "null" + maxLength: 255 publication_type: description: publication_type of the title type: - string - "null" + maxLength: 80 date_monograph_published_print: description: date_monograph_published_print of the title type: - string - "null" + maxLength: 255 date_monograph_published_online: description: date_monograph_published_online of the title type: - string - "null" + maxLength: 255 monograph_volume: description: monograph_volume of the title type: - string - "null" + maxLength: 255 monograph_edition: description: monograph_edition of the title type: - string - "null" + maxLength: 255 first_editor: description: first_editor of the title type: - string - "null" + maxLength: 255 parent_publication_title_id: description: parent_publication_title_id of the title type: - string - "null" + maxLength: 255 preceding_publication_title_id: description: preceding_publication_title_id of the title type: - string - "null" + maxLength: 255 access_type: description: access_type of the title type: - string - "null" + maxLength: 255 is_selected: description: if the title is selected in the KB type: -- 2.48.1