From 0231711cdc47241e9570bbfb02497f02604738f4 Mon Sep 17 00:00:00 2001 From: nicolst <35232838+nicolst@users.noreply.github.com> Date: Mon, 22 Apr 2024 23:41:12 +0200 Subject: [PATCH] fix(kuben-team): change type to string --- src/v1/kuben-team-definition.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v1/kuben-team-definition.schema.json b/src/v1/kuben-team-definition.schema.json index d5fdce4..94844af 100644 --- a/src/v1/kuben-team-definition.schema.json +++ b/src/v1/kuben-team-definition.schema.json @@ -109,7 +109,7 @@ "type": "object", "properties": { "folder": { - "type": "number", + "type": "string", "description": "The folder number" }, "role": {