Guys a question, there is a repository that has common examples, for example, I need to validate the format of an e-mail but in the examples of the page there is nothing like it, is there something like that?

[original thread by Salim Castellanos]

[Edgar Müller]

We have a set of examples in our repository. You can run those by following the guidelines at GitHub - eclipsesource/jsonforms: Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.. The ‘List With Detail’ example contains a mail field, but to cut it short: you need to have a property of type string and add a format field with email as its value.