workflows.services.validatorsΒΆ

Validation helpers for the workflow wizard payload (server-side).

Module ContentsΒΆ

workflows.services.validators.validate_wizard_payload(payload)[source]ΒΆ

Validate the wizard JSON (pre-transform).

Parameters:

payload (dict[str, Any]) – Raw wizard configuration payload as a dictionary.

Returns:

A list of human-readable error messages. The list is empty if the payload passes all validation checks.

Return type:

list[str]