-
-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
Labels
feature 🚀New feature or requestNew feature or requestprioritized 🚚This issue has been prioritized and will be worked on soonThis issue has been prioritized and will be worked on soon
Milestone
Description
- generate schemas for requests
- generate schemas for responses
- generate default values for plain definitions (currently it works only with object properties)
- configurable naming pattern (need to think how to handle variation of IR models, we don't want to have x options for each type, services plugin could adopt that pattern too)
- handle circular references
- constraints
.min(),.max(), etc - default values with
.default() - default naming pattern prefixed with
z, e.g.zFoo - generate schemas for errors
- check the remaining response schemas that generate as
z.unknown() - string patterns
- object with unknown additional properties
- date-time with offset
- incorrect regex (?)
- global validators (?)
rigtigeEmil, 1saifj, amalkurbanbaev, asnaeb, TylerSmith-SkapaTech and 3 more
Metadata
Metadata
Assignees
Labels
feature 🚀New feature or requestNew feature or requestprioritized 🚚This issue has been prioritized and will be worked on soonThis issue has been prioritized and will be worked on soon