From 87a7d85e895878c2680169cf4852d3f4e1c2268c Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 7 Jan 2021 14:15:12 -0500 Subject: [PATCH] fix: missing breadcrumbs in schema --- public/openapi/read/user/userslug/categories.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/public/openapi/read/user/userslug/categories.yaml b/public/openapi/read/user/userslug/categories.yaml index b3d7b5feb5..3860dad988 100644 --- a/public/openapi/read/user/userslug/categories.yaml +++ b/public/openapi/read/user/userslug/categories.yaml @@ -58,4 +58,5 @@ get: type: string title: type: string + - $ref: ../../../components/schemas/Breadcrumbs.yaml#/Breadcrumbs - $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps \ No newline at end of file