Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

executable interface to openapi request/response validation #88

Open
karenetheridge opened this issue Dec 12, 2024 · 0 comments
Open

executable interface to openapi request/response validation #88

karenetheridge opened this issue Dec 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@karenetheridge
Copy link
Owner

On the command line, we can take a file (or piped from stdin) containing openapi document(s), and a serialized HTTP/1.1 request or response, and perform validation on it, providing error results just as we do for json-schema-eval in JSON::Schema::Modern.

Combined with #60, this opens the door to demonstrating an open standard for multiple implementations to follow for compliance testing.

In the future when #65 is in place, we can provide this data as well in order to demonstrate how requests and responses are parsed in the face of certain openapi definitions.

@karenetheridge karenetheridge added the enhancement New feature or request label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant