-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: objectId casting now working #111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems fine, but if you try to look at the generated swagger you will see that it some fields it shows: Unknown Type: string,object
or Unknown Type: array,string
.
Can you try to give it a look? It seems an error related to JSONschemaGenerator and/or ajv configuration.
|
…ullable fields in patch
… allow nullable fields in patch" This reverts commit 6cd0484.
Fixed |
Still have the same problem on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good job!
… and fixed expectedSchemas
… and fixed expectedSchemas
Pull Request Type
Description
The getList was returing an error
Cannot read properties of undefined, reading .toString()
when try to cast ObjectIdsPR Checklist
Does this PR introduce a breaking change?