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
I like my properties being sorted alphabetically. I can author a spec with them ordered, but when reusing schemas to build more complex objects they are no longer sorted. For example, in this situation:
The properties of object2 will be appended to the properties of object1. I'd like to be able to set something like: sort-properties = "true" and have the properties of both objects in this example collectively sorted together.
The text was updated successfully, but these errors were encountered:
@SingleShot I can imagine the difficulty of getting that right while merging properties. If you don't get that resolved here, I'm wondering if that's something we could tackle over at the OpenAPI Explorer
I like my properties being sorted alphabetically. I can author a spec with them ordered, but when reusing schemas to build more complex objects they are no longer sorted. For example, in this situation:
The properties of object2 will be appended to the properties of object1. I'd like to be able to set something like:
sort-properties = "true"
and have the properties of both objects in this example collectively sorted together.The text was updated successfully, but these errors were encountered: