Skip to content

voiage.enterprise_adapters.validate_enterprise_adapter_record

validate_enterprise_adapter_record([positional or keyword] record_dict: dict[str, Any] = None, [positional or keyword] schema_path: Path | None = None) -> bool

Validate a raw dictionary against the Enterprise Adapters JSON schema.

Parameters:

  • record_dict dict[str, Any]
  • schema_path Path | None (default: None)

Returns: bool