Validate a response against the spec
validate_responseVerify response bodies against documented JSON schemas for any API method, path, and status code to catch contract mismatches early.
Instructions
Check a response body against the JSON schema documented for a given method + path + status code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| method | Yes | ||
| status | Yes | ||
| responseBody | Yes |