From 9433e8d0444cba72c72423a1d473fdbf667713d6 Mon Sep 17 00:00:00 2001 From: Tomer V <48449813+tomer-v4@users.noreply.github.com> Date: Wed, 13 May 2026 16:40:23 +0300 Subject: [PATCH] Update blueprint-spec2-schema.json change target filters --- client/schemas/blueprint-spec2-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/schemas/blueprint-spec2-schema.json b/client/schemas/blueprint-spec2-schema.json index 29f3d44..fb3396f 100644 --- a/client/schemas/blueprint-spec2-schema.json +++ b/client/schemas/blueprint-spec2-schema.json @@ -1719,14 +1719,14 @@ "type": "object", "additionalProperties": false, "properties": { - "cloud_providers": { + "cloud-providers": { "type": "array", "items": { "type": "string" }, "description": "Filter targets by cloud provider type (e.g. aws, azure). OR logic" }, - "cloud_identifiers": { + "cloud-identifiers": { "type": "array", "items": { "type": "string"