fluent-json-schema
fluent-json-schema copied to clipboard
A fluent API to generate JSON schemas
Resolves #233 #### Checklist - [ ] run `npm run test` and `npm run benchmark` - [ ] tests and/or benchmarks are included - [ ] documentation is changed or...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
#### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [ ] documentation is changed or added - [x] commit...
### Summary This PR addresses the issue https://github.com/fastify/fluent-json-schema/issues/249 where ObjectSchema.extend Does not return a schema instance. The fix makes it return the schema. #### Checklist - [x] run `npm run...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
Adding missing TypeScript support for iso-time and iso-date-time formats Adding documentation for both formats in the API reference Providing dedicated unit and TypeScript test coverage fixes: #267 #### Checklist -...
### Prerequisites - [x] I have written a descriptive issue title - [x] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
This update addresses missing type definitions for the string formats `iso-time` and `iso-date-time` Related to #254