JSON Schema
Use the $schema
meta key to specify the LetsForm schema, this will enable the autocompletion in some
modern JavaScript editor (i.e. Visual Studio Code).
For example:
{
"$schema": "https://unpkg.com/lets-form/schemas/react-rsuite5/form.json",
"name": "my form",
// ...
}
The LetsForm JSON schema is different for each UI framework