Expand description
Request validation against OpenAPI spec.
Validates that conformance test requests (especially from HAR custom checks) conform to the OpenAPI specification: correct paths, required parameters, valid request body schemas, and matching content types.
Structs§
- Request
Violation - A single request validation violation
Functions§
- run_
request_ validation - Run request validation and write results to a file. Called from the conformance execution path.
- validate_
custom_ checks - Validate custom conformance checks against an OpenAPI spec.