From 4d710aa009878af03af4c5414a14abc1694e6699 Mon Sep 17 00:00:00 2001 From: Luigi de Pinto Date: Fri, 15 Nov 2024 13:24:34 +0100 Subject: [PATCH] fix: OFF file standard naming convention --- docs/api/ref/api.yml | 2 +- ...duct_available-fields.yaml => product_available_fields.yaml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/api/ref/parameters/{product_available-fields.yaml => product_available_fields.yaml} (100%) diff --git a/docs/api/ref/api.yml b/docs/api/ref/api.yml index c12882cefdab3..29c8f4a4887d0 100644 --- a/docs/api/ref/api.yml +++ b/docs/api/ref/api.yml @@ -640,7 +640,7 @@ components: * `created_t`, `last_modified_t`, are about creation and modification dates * `nothing`, tells not to sort at all (because if you do not provide the sort_by argument we default to sorting on popularity (for food) or last modification date) fields: - $ref: ./parameters/product_available-fields.yaml#/components/parameters/ProductAvailableFields + $ref: ./parameters/product_available_fields.yaml#/components/parameters/ProductAvailableFields knowledge_panels_included: schema: type: string diff --git a/docs/api/ref/parameters/product_available-fields.yaml b/docs/api/ref/parameters/product_available_fields.yaml similarity index 100% rename from docs/api/ref/parameters/product_available-fields.yaml rename to docs/api/ref/parameters/product_available_fields.yaml