From c6b871e7fa25eab648f961602572e335b1fcc46a Mon Sep 17 00:00:00 2001 From: svetaquali Date: Sun, 4 Jan 2026 19:14:48 +0200 Subject: [PATCH] intersight input source overrides --- client/schemas/blueprint-spec2-schema.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/client/schemas/blueprint-spec2-schema.json b/client/schemas/blueprint-spec2-schema.json index bbff5c7..8dd71c8 100644 --- a/client/schemas/blueprint-spec2-schema.json +++ b/client/schemas/blueprint-spec2-schema.json @@ -1128,6 +1128,18 @@ }, "query": { "type": "string" + }, + "credential": { + "type": "string" + }, + "filter_query": { + "type": "string" + }, + "select_query": { + "type": "string" + }, + "expand_query": { + "type": "string" } }, "additionalProperties": false