Methods
any() → {AnySchema}
Construct a schema that allows any value.
Returns:
- Type
- AnySchema
array() → {ArraySchema}
Construct an array schema.
Returns:
- Type
- ArraySchema
number() → {NumberSchema}
Construct a number schema.
Returns:
- Type
- NumberSchema
object() → {ObjectSchema}
Construct an object schema.
Returns:
- Type
- ObjectSchema
string() → {StringSchema}
Construct a string schema.
Returns:
- Type
- StringSchema