-
Notifications
You must be signed in to change notification settings - Fork 59
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
JSON validation based on Swagger Schema #18
Conversation
So validation tests reveal two problems:
@dmjio any thoughts? |
This PR raises too many design questions so far:
Since it is not critical to |
Of the above the |
Going with home-grown validation. Not using The only problem so far is schema for I am going to finish this to include in 2.0 release. |
7201bca
to
0385d5e
Compare
JSON validation based on Swagger Schema
…opTV#18) * Try actions & GHC-9.0.1 * Fix doctests to allow newer hashable * Allow fail for 9.0.1
Closes #12.
This PR is incomplete, TODOs:
ToSchema
matchesToJSON
;TODOs after #17 is merged:
ParamSchema
separately;ToParamSchema
matchesToHttpApiData
.