From 5fb012037e6ea1fca442c8e99a4d394e370a5948 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 4 Oct 2022 15:52:29 +0100 Subject: [PATCH] Bug 17170: (QA follow-up) Remove re-introduced file We reintroduced the definitions api spec file with this patch.. it's not required. Signed-off-by: Martin Renvoize --- api/v1/swagger/definitions.yaml | 65 --------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 api/v1/swagger/definitions.yaml diff --git a/api/v1/swagger/definitions.yaml b/api/v1/swagger/definitions.yaml deleted file mode 100644 index 015aefd59e..0000000000 --- a/api/v1/swagger/definitions.yaml +++ /dev/null @@ -1,65 +0,0 @@ ---- -account_line: - $ref: definitions/account_line.yaml -advancededitormacro: - $ref: definitions/advancededitormacro.yaml -allows_renewal: - $ref: definitions/allows_renewal.yaml -basket: - $ref: definitions/basket.yaml -cashup: - $ref: definitions/cashup.yaml -checkout: - $ref: definitions/checkout.yaml -checkouts: - $ref: definitions/checkouts.yaml -circ-rule-kind: - $ref: definitions/circ-rule-kind.yaml -city: - $ref: definitions/city.yaml -error: - $ref: definitions/error.yaml -fund: - $ref: definitions/fund.yaml -hold: - $ref: definitions/hold.yaml -holds: - $ref: definitions/holds.yaml -ill_backend: - $ref: definitions/ill_backend.yaml -ill_backends: - $ref: definitions/ill_backends.yaml -import_batch_profile: - $ref: definitions/import_batch_profile.yaml -import_batch_profiles: - $ref: definitions/import_batch_profiles.yaml -invoice: - $ref: definitions/invoice.yaml -item: - $ref: definitions/item.yaml -library: - $ref: definitions/library.yaml -order: - $ref: definitions/order.yaml -patron: - $ref: definitions/patron.yaml -patron_account_credit: - $ref: definitions/patron_account_credit.yaml -patron_balance: - $ref: definitions/patron_balance.yaml -patron_extended_attribute: - $ref: definitions/patron_extended_attribute.yaml -quote: - $ref: definitions/quote.yaml -return_claim: - $ref: definitions/return_claim.yaml -smtp_server: - $ref: definitions/smtp_server.yaml -suggestion: - $ref: definitions/suggestion.yaml -search_filter: - $ref: definitions/search_filter.yaml -transfer_limit: - $ref: definitions/transfer_limit.yaml -vendor: - $ref: definitions/vendor.yaml -- 2.20.1