dataTypes

Type: Array of JSON objects
Required: No

"dataTypes": [
   {
      "name": "tchmi:framework#/definitions/CustomDatatype",
      "schema": "Schema/TypeDefinitions/CustomDatatype.Schema.json"
   }
]

This property contains a list of all user-specific data types defined in the control. Developer can define their own data types in a JSON schema. The definition usually takes place under "Schema\TypeDefinitions". In order for the Engineering to know and be able to process the user-specific data types, they must be referenced in Description.json.

A dataType object contains the following properties: