Set input validator
repovive_build_set_validatorValidate each generated test against stated constraints by attaching an input validator to a draft, catching malformed test data before publication.
Instructions
Attach an input validator to a draft. The validator reads each generated test and asserts it satisfies the stated constraints, catching malformed test data before the problem goes live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Build session id | |
| validator_source | Yes | Validator program source |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |