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
The problem is that the generated json schema appears to have different key order from the orginal yaml.
When I input the json schema to UI lib such as https://rjsf-team.github.io/react-jsonschema-form/, I want to keep the original key order.
Is it because the golang json lib does not preserve order?
Can you please fix this?
The text was updated successfully, but these errors were encountered:
The problem is that the generated json schema appears to have different key order from the orginal yaml.
When I input the json schema to UI lib such as https://rjsf-team.github.io/react-jsonschema-form/, I want to keep the original key order.
Is it because the golang json lib does not preserve order?
Can you please fix this?
The text was updated successfully, but these errors were encountered: