From 66367a853fa6b1d5d75b03c8c9e4b4106473e38d Mon Sep 17 00:00:00 2001 From: Bobby Sharp Date: Thu, 7 Dec 2023 12:35:32 -0500 Subject: [PATCH] Change valueGetter type to string --- src/main/resources/swagger.api/schemas/entityTypeColumn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/swagger.api/schemas/entityTypeColumn.json b/src/main/resources/swagger.api/schemas/entityTypeColumn.json index 08e891c..798a1ce 100644 --- a/src/main/resources/swagger.api/schemas/entityTypeColumn.json +++ b/src/main/resources/swagger.api/schemas/entityTypeColumn.json @@ -37,7 +37,7 @@ }, "valueGetter": { "description": "Configuration defining how to fetch values of this column from the underlying datasource.", - "$ref": "columnValueGetter.json" + "type": "string" }, "filterValueGetter": { "description": "Configuration defining how to filter values of this column from the underlying datasource when indexed values aren't very user-friendly.",