From 6a37f61169201a66e7187ff90d494b0351df3499 Mon Sep 17 00:00:00 2001 From: Bobby Sharp Date: Tue, 8 Oct 2024 13:55:13 -0400 Subject: [PATCH] Add queryParams property to ValueSourceApi --- src/main/resources/swagger.api/schemas/valueSourceApi.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/swagger.api/schemas/valueSourceApi.json b/src/main/resources/swagger.api/schemas/valueSourceApi.json index fbbfa7f..e42fec0 100644 --- a/src/main/resources/swagger.api/schemas/valueSourceApi.json +++ b/src/main/resources/swagger.api/schemas/valueSourceApi.json @@ -15,6 +15,12 @@ "labelJsonPath": { "description": "JsonPath defining how to access the labels for the values provided by the API", "type": "string" + }, + "queryParams": { + "type": "object", + "additionalProperties": { + "type": "string" + } } }, "required": [