From e8b1633d7b6c0d2957b9b5b8b228ebfca6a51db9 Mon Sep 17 00:00:00 2001 From: Kriti Jain Date: Fri, 19 Jan 2024 12:54:06 -0500 Subject: [PATCH] MODFQMMGR-99: fixing the type --- src/main/resources/swagger.api/schemas/entityType.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/swagger.api/schemas/entityType.json b/src/main/resources/swagger.api/schemas/entityType.json index 9808181..0641e8a 100644 --- a/src/main/resources/swagger.api/schemas/entityType.json +++ b/src/main/resources/swagger.api/schemas/entityType.json @@ -34,8 +34,7 @@ }, "customFieldEntityTypeId": { "description": "The IDs of the custom field entity type ", - "type": "string", - "format": "UUID" + "type": "string" }, "columns": { "type": "array",