The individual operator specific validitity.yaml files should be checked for a valid file structure. One possible way could the generation of a JSON schema that we can then use to validity the files. Especially the following cases should raise errors or warnings:
- Operators listed that don't exist or no longer exit (this requires the operator pages for all operators first)
- Missing operators in the list
In addition, we should auto-sort the validity.yaml, but preserve the anchors and comments, could be done with ruamel.yaml for example.
The individual operator specific
validitity.yamlfiles should be checked for a valid file structure. One possible way could the generation of a JSON schema that we can then use to validity the files. Especially the following cases should raise errors or warnings:In addition, we should auto-sort the validity.yaml, but preserve the anchors and comments, could be done with ruamel.yaml for example.