openapi-processor / openapi-parser

OpenAPI 3.0/3.1 Parser & JSON Schema Validator, Java
Apache License 2.0
12 stars 1 forks source link

Validating HTTP requests / responses against an API? #78

Open erosb opened 6 months ago

erosb commented 6 months ago

Hello @hauner , is it possible to use this library to actually validate an HTTP request (or response) against an OpenAPI yaml, similarly to the openapi4j validator ?

hauner commented 6 months ago

@erosb no, it can't do this. So far it is just a parser.