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
jsonschema2pojo supports required on each property, but ignores the required array at the end.
We have a lot of files using this, so we don't really want to refactor them all. I'd be happy to try my hand at it, especially if you could point me in the right direction.
The text was updated successfully, but these errors were encountered:
In json_schema v4, the idiomatic way to do required properties is with a required array at the end of the object:
jsonschema2pojo supports required on each property, but ignores the required array at the end.
We have a lot of files using this, so we don't really want to refactor them all. I'd be happy to try my hand at it, especially if you could point me in the right direction.
The text was updated successfully, but these errors were encountered: