It would be easier for users to see property names appearing in order in redocly rendered pages
Opened this issue · 0 comments
ashutshkumr commented
We do have following three alternate approaches:
- Modify openapiart to re-order property names without changing the field ID that is assigned to each property
- Maintain a separate copy of API YAML with ordered properties (and feed that to redocly for rendering), while keeping the original API YAML untouched
- Fork redocly to add capability to list properties in order and open a PR