module

Schematics

Constants

VERSION = "0.5.0"

Class methods

format(regex : Regex)
Source
gt(value : Int32)
Source
gt(value : Float64)
Source
gte(value : Int32)
Source
gte(value : Float64)

Float64 validators

Source
lt(value : Int32)
Source
lt(value : Float64)
Source
lte(value : Int32)
Source
lte(value : Float64)
Source
matches(regex : Regex)
Source
max_length(length : Int32)
Source
min_length(length : Int32)

Validator helper methods (Pydantic-style)

Source
one_of(values : Array(String))
Source
range(min : Int32, max : Int32)
Source
range(min : Float64, max : Float64)
Source

Nested types