schemas
-
list_of_str(arg: Any) → bool
-
list_of_int(arg: Any) → bool
-
vardict(arg: Any) → bool
-
log_level_name(arg: Any) → str
-
boolean(arg: Any) → bool
-
class EnvarSchema(schema: Any, error: str | None = None, ignore_extra_keys: bool = False, name: str | None = None, description: str | None = None, as_reference: bool = False)
Bases: Schema
-
validate(data, is_root_eval=True)