From 06ff1b1748309242eef6f125170acc5f37af32c8 Mon Sep 17 00:00:00 2001 From: Nikita Pivkin Date: Thu, 18 Jan 2024 23:46:27 +0700 Subject: [PATCH] chore: update schema --- pkg/rego/schemas/cloud.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkg/rego/schemas/cloud.json b/pkg/rego/schemas/cloud.json index 2ebadef6f..e593c6b26 100644 --- a/pkg/rego/schemas/cloud.json +++ b/pkg/rego/schemas/cloud.json @@ -2159,6 +2159,12 @@ "managed": { "type": "boolean" }, + "resource": { + "type": "string" + }, + "sourceprefix": { + "type": "string" + }, "startline": { "type": "integer" },