Expand description
Helper function to create common schema types
Functionsยง
- array
- Create an array schema
- boolean
- Create a boolean schema
- date
- Create a date string schema
- Create an email string schema
- integer
- Create an integer schema
- non_
negative_ number - Create a non-negative number schema
- number
- Create a number schema
- object
- Create an object schema
- positive_
integer - Create a positive integer schema
- string
- Create a string schema
- union
- Create a union schema
- uuid
- Create a UUID string schema