Module schema_helpers

Module schema_helpers 

Source
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
email
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