karenetheridge / OpenAPI-Modern

Validate HTTP requests and responses against an OpenAPI v3.1 document
https://metacpan.org/release/OpenAPI-Modern/
Other
5 stars 3 forks source link

feature: interactive runloop for validation #56

Open karenetheridge opened 1 year ago

karenetheridge commented 1 year ago

like json-schema-eval in https://github.com/karenetheridge/JSON-Schema-Modern, this should be an executable that takes the openapi document on the command line, and then on stdin it would accept a raw HTTP request or response and then provide the result.

(also add a loop so that multiple inputs can be submitted in the same runtime, as the startup cost is not nothing if the openapi spec is large.)