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
When creating a schema node for a class annotated with either @JsonPropertyOrder or @XmlType(propOrder = {...}) then the schema node should retain the specified order of properties.
Currently ObjectSchema contains HashMaps properties and patternProperties which garble the property order.