-
Notifications
You must be signed in to change notification settings - Fork 159
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
feat: add format validation #1820
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: b004a0b The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Coverage report
Test suite run success835 tests passing in 120 suites. Report generated by 🧪jest coverage report action from b004a0b |
while most of these are valid format assertions, just for future reference, the package Also of note, OAS 3.x.0 depends on JSON Schema Draft-04, which does not define some of the formats used in later versions, such as Draft-07 or later. |
Thanks for the clarification @jeremyfiel. I'm still testing this solution. |
9e82900
to
29ead12
Compare
What/Why/How?
Added JSON Schema format validation.
Reference
Resolves #766
Related: #386
Testing
Screenshots (optional)
Check yourself
Security