diff --git a/src/main/resources/swagger.api/schemas/entityTypeColumn.json b/src/main/resources/swagger.api/schemas/entityTypeColumn.json index 0b1009c..7b8895e 100644 --- a/src/main/resources/swagger.api/schemas/entityTypeColumn.json +++ b/src/main/resources/swagger.api/schemas/entityTypeColumn.json @@ -24,9 +24,15 @@ "sourceAlias": { "description": "Source alias for this column", "type": "string" + }, + "hidden": { + "description": "Indicates if the field is hidden in UI", + "type": "boolean", + "default": false } }, "required": [] } ] } +