validate_manifest
Validates an AUDIT_MANIFEST JSON string against the expected schema and returns a list of errors or confirms it is valid.
Instructions
Validate an AUDIT_MANIFEST JSON string against the expected schema (produced by Step 0). Returns a list of validation errors, or confirms the manifest is valid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifestJson | Yes | The AUDIT_MANIFEST as a JSON string produced by Step 0. |