From fa7f07dfce2ab0ae26788c626305b7aff9613460 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 26 Jan 2023 16:27:01 -0500 Subject: [PATCH] fix: schema changes for 69c96078ea78ee2c45885a90a6f6a59f9042a33c --- .../openapi/read/admin/settings/navigation.yaml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/public/openapi/read/admin/settings/navigation.yaml b/public/openapi/read/admin/settings/navigation.yaml index 9f75f9aa28..05ffbc6bf7 100644 --- a/public/openapi/read/admin/settings/navigation.yaml +++ b/public/openapi/read/admin/settings/navigation.yaml @@ -87,11 +87,18 @@ get: type: string displayName: type: string - properties: - type: object - properties: - targetBlank: - type: boolean + targetBlank: + type: boolean + required: + - id + - route + - title + - enabled + - iconClass + - textClass + - text + - core + - groups groups: type: array items: