Handle null field #537
Williamzxc1996
started this conversation in
General
Replies: 1 comment
-
You should add properties:
metadata:
type: object
nullable: true |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the api.yaml I have a field in request payload defined as
And in the actual request, we sometime will send out null metadata like below
However, seems like ogen can't handle it. It will return 400. Can anyone help me with this problem, thanks!
Beta Was this translation helpful? Give feedback.
All reactions