You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have to do all the type converting which I would have thought openapi-backend would do for me.
On a similar note, I included the ajv-formats to use date-time string format and was expecting to get a native Javascript Date but I don't, I just get a string that's been parsed for correctness.
I think openapi-backend should do these kinds of conversions but if it can't, do you have an easy way for me to add type converters?
The text was updated successfully, but these errors were encountered:
I have a definition:
But when it hits my handler e.g.:
it becomes:
instead of:
So I have to do all the type converting which I would have thought openapi-backend would do for me.
On a similar note, I included the ajv-formats to use
date-time
string format and was expecting to get a native Javascript Date but I don't, I just get a string that's been parsed for correctness.I think openapi-backend should do these kinds of conversions but if it can't, do you have an easy way for me to add type converters?
The text was updated successfully, but these errors were encountered: