Inspired by https://github.com/mindersec/minder/pull/6420/changes#r3150107180
We have a standard field ordering in https://github.com/mindersec/minder-rules-and-profiles for Profiles, RuleTypes, and DataSources. It's generally:
- version
- type
- name
- context (if needed/present)
- (other fields, generally descriptive / metadata before deep structure)
It would be great if places where we print YAML could order the fields -- it's not clear how hard this is, but it might be a good first issue.
Inspired by https://github.com/mindersec/minder/pull/6420/changes#r3150107180
We have a standard field ordering in https://github.com/mindersec/minder-rules-and-profiles for Profiles, RuleTypes, and DataSources. It's generally:
It would be great if places where we print YAML could order the fields -- it's not clear how hard this is, but it might be a good first issue.