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
additionalProperties = all entries have additionalProperties == true
required = union of all required lists in each entry
properties = union of all properties in each entry (there should be something further to handle duplicates, but we can put a warning for that situation for now)
I am just after the "generation" of the POJO but it does not need to be "precise" because the validation can be done based on the real schema on a different part of the code, I think the objective is to at least provide the getters and setters that would be used at minimum
The text was updated successfully, but these errors were encountered:
This is to extend the proposal for
allOf
but for the simple caseFor each
allOf
Or throw an
IllogicalSchemaException
required
lists in each entryproperties
in each entry (there should be something further to handle duplicates, but we can put a warning for that situation for now)I am just after the "generation" of the POJO but it does not need to be "precise" because the validation can be done based on the real schema on a different part of the code, I think the objective is to at least provide the getters and setters that would be used at minimum
The text was updated successfully, but these errors were encountered: