Skip to main content

validate_structural

Python API reference for the function python.src.softschema.validate.validate_structural.

Public API

Function: validate_structural

Canonical path: python.src.softschema.validate.validate_structural

Declared in: packages/python/src/softschema/validate.py

Signature

def validate_structural(
values: Any,
schema_yaml_path: Path,
*,
strict_extras: bool = False,
resources: Mapping[str, dict[str, Any]] | None = None,
) -> StructuralResult: ...