From 23cdc49ff40145a8cf360fbbc1e3b4550231313e Mon Sep 17 00:00:00 2001 From: Bobby Sharp Date: Mon, 8 Jan 2024 15:33:32 -0500 Subject: [PATCH] Add optional groupByFields to entity type definition --- src/main/resources/swagger.api/schemas/entityType.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/swagger.api/schemas/entityType.json b/src/main/resources/swagger.api/schemas/entityType.json index e52166a..cbd7771 100644 --- a/src/main/resources/swagger.api/schemas/entityType.json +++ b/src/main/resources/swagger.api/schemas/entityType.json @@ -51,6 +51,13 @@ "idView": { "description": "View from which the content IDs for this entity type are extracted", "type": "string" + }, + "groupByFields": { + "description": "Ordered list of fields used in the GROUP BY clause for this entity type", + "type": "array", + "items": { + "type": "string" + } } }, "required": [