validate_api_response
Validate API responses against Swagger documentation schemas to ensure they match expected formats and data structures.
Instructions
Validate an API response against the schema from Swagger documentation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The endpoint path | |
| method | Yes | The HTTP method | |
| statusCode | Yes | The HTTP status code | |
| responseBody | Yes | The response body to validate |