Object field.
const schema = fields.object({ a: fields.number()});schema.create({ a: 1});
Generated using TypeDoc
Object field.