# README
Checks openapi spec:
- Enum values have to be started with a Capital letter
- Enum values have to be unique
- some keys should not have a default value
# Packages
No description provided by the author
# Functions
GetOpenAPIYAMLFiles returns all .yaml files which are placed into openapi/ | crds/ directory.
No description provided by the author
RunOpenAPIValidator runs validator, get channel with file paths and returns channel with results.