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

feat: JSON schema keywords such as maxLength are now supported in StringType, IntegerType and NumberType JSON schema helpers #2241

Merged

Conversation

edgarrmondragon
Copy link
Collaborator

@edgarrmondragon edgarrmondragon commented Feb 14, 2024

Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.76%. Comparing base (ae7614e) to head (39b7d62).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2241      +/-   ##
==========================================
+ Coverage   88.68%   88.76%   +0.07%     
==========================================
  Files          54       54              
  Lines        4738     4769      +31     
  Branches      921      928       +7     
==========================================
+ Hits         4202     4233      +31     
  Misses        374      374              
  Partials      162      162              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

codspeed-hq bot commented Feb 14, 2024

CodSpeed Performance Report

Merging #2241 will not alter performance

Comparing edgarrmondragon/feat/jsonschema-string-numeric-keywords (39b7d62) with main (ae7614e)

Summary

✅ 6 untouched benchmarks

@edgarrmondragon edgarrmondragon force-pushed the edgarrmondragon/feat/jsonschema-string-numeric-keywords branch 3 times, most recently from 5c1241e to 7ec1798 Compare February 19, 2024 21:22
@edgarrmondragon edgarrmondragon force-pushed the edgarrmondragon/feat/jsonschema-string-numeric-keywords branch from 7ec1798 to 8ac041d Compare February 20, 2024 19:12
@edgarrmondragon edgarrmondragon marked this pull request as ready for review February 20, 2024 19:19
@edgarrmondragon edgarrmondragon requested review from a team and kgpayne as code owners February 20, 2024 19:19
@edgarrmondragon edgarrmondragon changed the title feat: Support maxLength and similar keywords in string, integer and number JSON schema helpers feat: JSON schema keywords such as maxLength are now supported in StringType, IntegerType and NumberType JSON schema helpers Feb 20, 2024
@edgarrmondragon edgarrmondragon merged commit 58c41d7 into main Feb 23, 2024
32 checks passed
@edgarrmondragon edgarrmondragon deleted the edgarrmondragon/feat/jsonschema-string-numeric-keywords branch February 23, 2024 16:48
edgarrmondragon added a commit that referenced this pull request Mar 6, 2024
…StringType`, `IntegerType` and `NumberType` JSON schema helpers (#2241)

feat: Support `maxLength` and similar keywords in string, integer and number JSON schema helpers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant