diff --git a/addons/models/0000-Area0/0010-base_model.json b/addons/models/0000-Area0/0010-base_model.json index fc8b63917b..4bfd6db963 100644 --- a/addons/models/0000-Area0/0010-base_model.json +++ b/addons/models/0000-Area0/0010-base_model.json @@ -879,7 +879,7 @@ ], "description": "Atlan Type representing parent model for Persona, Purpose", "serviceType": "atlan", - "typeVersion": "1.3", + "typeVersion": "1.4", "attributeDefs": [ { "name": "isAccessControlEnabled", @@ -963,6 +963,17 @@ "isUnique": false, "skipScrubbing": true, "includeInNotification": false + }, + { + "name": "displayPreferences", + "typeName": "array", + "indexType": "STRING", + "cardinality": "SET", + "isIndexable": false, + "isOptional": true, + "isUnique": false, + "skipScrubbing": true, + "includeInNotification": false } ] },