From 718e40757a77a208ea9eaa96e278d7df18829194 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 4 Mar 2021 11:59:37 +0000 Subject: [PATCH] Bug 27855: (QA follow-up) Rename extended_attribute to patron_extended_attribute This path renames the extended_attribute definition to patron_extended_attribute to clarify that these attributes are always attached to a patron and not a more generic class of attributes. Signed-off-by: Martin Renvoize --- api/v1/swagger/definitions/patron.json | 2 +- .../{extended_attribute.json => patron_extended_attribute.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename api/v1/swagger/definitions/{extended_attribute.json => patron_extended_attribute.json} (100%) diff --git a/api/v1/swagger/definitions/patron.json b/api/v1/swagger/definitions/patron.json index 2b4c9ceea2..90d5c9adf6 100644 --- a/api/v1/swagger/definitions/patron.json +++ b/api/v1/swagger/definitions/patron.json @@ -286,7 +286,7 @@ "type": "array", "description": "patron's extended attributes", "items": { - "$ref": "extended_attribute.json" + "$ref": "patron_extended_attribute.json" } } }, diff --git a/api/v1/swagger/definitions/extended_attribute.json b/api/v1/swagger/definitions/patron_extended_attribute.json similarity index 100% rename from api/v1/swagger/definitions/extended_attribute.json rename to api/v1/swagger/definitions/patron_extended_attribute.json -- 2.20.1