workflows.services.validators ============================= .. py:module:: workflows.services.validators .. autoapi-nested-parse:: Validation helpers for the workflow wizard payload (server-side). Module Contents --------------- .. py:function:: validate_wizard_payload(payload) Validate the wizard JSON (pre-transform). :param payload: 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. :rtype: list[str]