Skip to content

object schema properties should adhere to @JsonPropertyOrder and @XmlType(propOrder) #27

@dmoebius

Description

@dmoebius

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions