Property ordering issue for JSON Schema form fields #887
-
Is there any way by which we can maintain the order of properties displayed in the UI. Currently, the property ordering is not fixed as per the JSON Schema. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There's no formal specification for using JSON Schema for form generation the way there's a specification for using JSON Schema for validation. Some of the form generation tools define custom keywords for things like property ordering, but that's purely a form generation concern and you're going to have to ask the people who maintain the library you want to use. There's nothing that exists in standard JSON Schema. |
Beta Was this translation helpful? Give feedback.
There's no formal specification for using JSON Schema for form generation the way there's a specification for using JSON Schema for validation. Some of the form generation tools define custom keywords for things like property ordering, but that's purely a form generation concern and you're going to have to ask the people who maintain the library you want to use. There's nothing that exists in standard JSON Schema.