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(
isBeautiful: vine.boolean(),
age: vine.number().optional(),