From ebcaa4e5dfcb2f73559a56c78b0f2512ca798375 Mon Sep 17 00:00:00 2001 From: Matheus Horstmann <11761333+horstmannmat@users.noreply.github.com> Date: Fri, 28 Jul 2023 05:49:22 -0300 Subject: [PATCH] fix: Fix gitlab_sync history status type mismatch (#363) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(schemas): Fix gitlab_sync type mismatch Signed-off-by: Matheus Horstmann <> * Update compiled.json params --------- Signed-off-by: Matheus Horstmann <> Co-authored-by: Matheus Horstmann <> Co-authored-by: Sönke Behrendt --- doc/compiled.json | 2 +- schemas/gitlab_sync_history.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/compiled.json b/doc/compiled.json index 2b038f50..b1e5efe6 100644 --- a/doc/compiled.json +++ b/doc/compiled.json @@ -503,7 +503,7 @@ "title": "gitlab_sync_history", "properties": { "status": { - "type": "integer" + "type": "string" }, "action": { "type": "string" diff --git a/schemas/gitlab_sync_history.yaml b/schemas/gitlab_sync_history.yaml index a40b1c16..3c97473a 100644 --- a/schemas/gitlab_sync_history.yaml +++ b/schemas/gitlab_sync_history.yaml @@ -4,7 +4,7 @@ gitlab_sync_history: title: gitlab_sync_history properties: status: - type: integer + type: string action: type: string errors: