CustomDatatype.Schema.json
Within a framework control project, user-specific and complex data types can be implemented if the data type is not covered by a standard data type. In principle, any data structures can be transferred as objects without the need for a user-specific data type. A user-specific data type is required if an editor is to be provided for generating the data in Engineering. The data editor is generically based on a given JSON schema.
The following user-specific data types can be implemented:
- Objects with fixed properties
- Array of any data types
- Enumerations
- Limitation of several allowed data types
The usage within the TypeScript/JavaScript file is described in a separate documentation section.
Further Information