With his project you can validate your yuuvis form models. It also contains a type definition for those models that is used to generate a json schema. This JSON schema will be used to validate your model.
- Typescript types:
./src/types/form-model.type.ts
- JSON schema:
./src/assets/schema.json
Run npm start
to start the validation app. In this app you can input you form model and validate it against the schema.json
One use case for forms is defining models to be used in BPM tasks. Check BPM form modeling docs for more information on that topic.