Customized format unmarshaller does not work for number type #827
Unanswered
YitingTinaRen
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Please check #821 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am managing to use this tool to replace the serializer function in the django.
I have the following spec:
And the customized format unmarshaller is defined as follows:
But openapi-core ignores my customized_extra_format_unmarshallers, I would like the cost be a decimal object but it still return float data, is this a bug or is there any error in my setup? It would be helpful if there can be a workaround.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions