We should get the `datatype` value from `ui_data_type` entity. ``` "entities": [ { "entity": "ui_property", "value": "datatype", "string": "tipo de dado", }, { "entity": "ui_data_type", "value": "string", "string": "texto", } ], ```
We should get the
datatypevalue fromui_data_typeentity.