hpcflow.sdk.core.validation.Schema# class hpcflow.sdk.core.validation.Schema(*args, **kwargs)# Bases: Protocol Typed profile of valida.Schema. Methods add_schema to_tree validate Attributes rules add_schema(schema, root_path=None)# Parameters: schema (Schema) – root_path (Any) – Return type: None property rules: Sequence[Rule]# to_tree(**kwargs)# Return type: Sequence[Mapping[str, str]] validate(data)# Parameters: data (T) – Return type: ValidatedData[T]