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

Validate JSON schema in C++ #6

Open
sverhoeven opened this issue Mar 3, 2020 · 0 comments
Open

Validate JSON schema in C++ #6

sverhoeven opened this issue Mar 3, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@sverhoeven
Copy link
Member

The JSON serializer does not perform validation on the shape or type of the document. This could be done with the https://github.com/pboettch/json-schema-validator . It would be nice to demonstrate how to validate JSON documents with a validator and a JSON schema. The JSON schema should describe the request and response.

The same JSON schema cat also be used in the Python openapi (connexion) web service.

@sverhoeven sverhoeven added the enhancement New feature or request label Mar 3, 2020
sverhoeven added a commit that referenced this issue Mar 3, 2020
@sverhoeven sverhoeven modified the milestone: much later Jun 3, 2020
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