In this PR, the 'name' attribute is being removed as currently, we are using the 'display_name' attribute to assign names for objects. Hence, accessing the 'name' attribute goes void. To avoid the unnecessary access and usage of the 'name' attribute, it is being removed from the schema.
In this PR, the 'name' attribute is being removed as currently, we are using the 'display_name' attribute to assign names for objects. Hence, accessing the 'name' attribute goes void. To avoid the unnecessary access and usage of the 'name' attribute, it is being removed from the schema.