From 5207fc19431a98ce89fd86ba6fed1d244854182e Mon Sep 17 00:00:00 2001 From: Kriti Jain Date: Thu, 18 Jan 2024 10:47:39 -0500 Subject: [PATCH] MODFQMMGR-99:Support for custom fields --- src/main/resources/swagger.api/schemas/entityType.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/swagger.api/schemas/entityType.json b/src/main/resources/swagger.api/schemas/entityType.json index cbd7771..9808181 100644 --- a/src/main/resources/swagger.api/schemas/entityType.json +++ b/src/main/resources/swagger.api/schemas/entityType.json @@ -32,6 +32,11 @@ "$ref": "common.json#/UUID" } }, + "customFieldEntityTypeId": { + "description": "The IDs of the custom field entity type ", + "type": "string", + "format": "UUID" + }, "columns": { "type": "array", "items": { @@ -58,6 +63,10 @@ "items": { "type": "string" } + }, + "sourceView": { + "description": "View from which the dynamic columns for this entity type are extracted", + "type": "string" } }, "required": [