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
We do have following three alternate approaches: