-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
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
Labels
No labels