validate_values
Python API reference for the function python.src.softschema.validate.validate_values.
Public API
Function: validate_values
Canonical path: python.src.softschema.validate.validate_values
Declared in: packages/python/src/softschema/validate.py
Signature
def validate_values(
values: Any,
*,
model: type[BaseModel] | None = None,
schema: Path | None = None,
) -> ValidationResult: ...