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