Json field
In the table page, a json field will look like this
When you click on the “open” button
In the create / edit page
Config
validation
Optionnal, a Vine validation schema to enforce on the json field
e.g.
const fieldValidationSchema = vine.compile( vine.object({ color: vine.string(), isBeautiful: vine.boolean(), age: vine.number().optional(), }))