Describe the feature you'd like
42Crunch provides "API audit" and "API Conformance Scan". For the services using REST API, openAPI specs (especially responses) should be defined incorporating the response in case of invalidations. So, if a service is using cpp-oasvalidator for validation, the responses should be specified as per the oasvalidator's error report.
This feature should address that gap in documentation so that the users can define responses adhering to the error reports of the oasvalidator.