Legacy Entity Format

A legacy Entity format consists of the following properties. Not all properties are required.

      id

      name

      objectType

      attributes

      labels

      parentId

      term

      dataClassifications

Following is a sample Entity object in the legacy Entity format:

                     {

                       "id": "73555_35",

                       "objectType": {

                         "name": "RDBMS Relational Database (Database).Table",

                         "displayName": "RDBMS Relational Database (Database).Table"

                       },

                       "name": "CategoryGroup",

                       "attributes": [

                         {

                           "attributeType": {

                             "name": "Last Modified Date",

                             "displayName": "Last Modified Date",

                             "type": "SYSTEM_ATTRIBUTE"

                           },

                           "value": "2018-09-24 13:47:37"

                         },

                         {

                           "attributeType": {

                             "name": "Name",

                             "displayName": "Name",

                             "type": "SYSTEM_ATTRIBUTE"

                           },

                           "value": "CategoryGroup"

                         },

                         {

                           "attributeType": {

                             "name": "Native Type",

                             "displayName": "Native Type",

                             "type": "ATTRIBUTE"

                           },

                           "value": "TABLE"

                         }

                       ],

                       "parentId": "73555_28"

                     }