shape
The schema for each property of the validated object.
shape: Record<string, Builder | Schema<any>>;
Related
interface Schema.ObjectBuilder static
A validation builder for object values.
The schema for each property of the validated object.
shape: Record<string, Builder | Schema<any>>;