dataTypes

Type: Array of JSON objects
Required: No

"dataTypes": [
   {
      "schema": "Schema/TypeDefinitions/CustomDatatype.Schema.json"
   }
]

This property contains a list of files in which all user-specific data types of the control are defined. Each file can describe any number of data types. 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: