Skip to content

Sort order for object properties #110

@kdavy

Description

@kdavy

It would be handy to be able to specify the order in which an object's properties are displayed. For example:

{"type": "object",
"options" {"properties-order": ["prop1", "prop2"]},
"properties": {"prop1" {"type": "string"}
"prop2": {"type": "string"}}}

would display prop1 before prop2. Note that if the properties are displayed in tabs (see my previous issue) then the tabs should be displayed in order as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions