voiage.domain_templates.validate_domain_template_registry
validate_domain_template_registry
Section titled “validate_domain_template_registry”validate_domain_template_registry([positional or keyword] registry_path: Path | None = None, [positional or keyword] schema_path: Path | None = None) -> boolValidate all registry entries against the domain-template JSON schema.
Parameters
Section titled “Parameters”registry_path : Path, optional Path to registry.json. schema_path : Path, optional Path to domain-template.schema.json.
Returns
Section titled “Returns”bool True if all templates pass JSON schema validation.
Parameters:
registry_pathPath | None(default:None)schema_pathPath | None(default:None)
Returns: bool