From 7919ac65b109f3d0aeeb1e0a33f25de9be263a00 Mon Sep 17 00:00:00 2001 From: Jamal Soueidan Date: Fri, 15 Dec 2023 14:03:24 +0300 Subject: [PATCH] fix(location.yaml): fix incorrect reference to base-location.yaml in allOf section --- openapi/paths/customer/location/_types/location.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/paths/customer/location/_types/location.yaml b/openapi/paths/customer/location/_types/location.yaml index 806560da..ae90c083 100644 --- a/openapi/paths/customer/location/_types/location.yaml +++ b/openapi/paths/customer/location/_types/location.yaml @@ -1,6 +1,6 @@ type: object allOf: - - $ref: ./location.yaml + - $ref: ./base-location.yaml - type: object properties: _id: