open-traffic-generator/models

It would be easier for users to see property names appearing in order in redocly rendered pages

Opened this issue · 0 comments

We do have following three alternate approaches:

  1. Modify openapiart to re-order property names without changing the field ID that is assigned to each property
  2. Maintain a separate copy of API YAML with ordered properties (and feed that to redocly for rendering), while keeping the original API YAML untouched
  3. Fork redocly to add capability to list properties in order and open a PR