Documentation

shape

The schema for each property of the validated object.

shape: Record<string, Builder | Schema<any>>;

Related