validate_api_response
Check API response data against an OpenAPI schema definition to confirm it matches the expected structure and catch contract mismatches early.
Instructions
Validate an API response against an OpenAPI schema definition. Checks if the response matches the expected schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | Expected OpenAPI schema | |
| response | Yes | API response data to validate |