validate_semantic
Python API reference for the function python.src.softschema.validate.validate_semantic.
Public API
Function: validate_semantic
Canonical path: python.src.softschema.validate.validate_semantic
Declared in: packages/python/src/softschema/validate.py
Signature
def validate_semantic(values: Any, model_cls: type[BaseModel]) -> SemanticResult: ...