diff --git a/schema/metadata/entityDefs.json b/schema/metadata/entityDefs.json index ac597da019..aa9c9291fe 100644 --- a/schema/metadata/entityDefs.json +++ b/schema/metadata/entityDefs.json @@ -1148,7 +1148,11 @@ }, "filtersEnabled": { "type": "boolean", - "description": "Indicates that the field can be used in filters regardless directAccessDisabled being true. To be used only with directAccessDisabled." + "description": "Indicates that the field can be used in filters regardless of directAccessDisabled being set to true. To be used only with directAccessDisabled." + }, + "listColumnEnabled": { + "type": "boolean", + "description": "Indicated that thw field can be used in list columns regardless of directAccessDisabled being set to true." }, "importDisabled": { "type": "boolean",