Apicurio / apicurio-studio

Open Source API Design
https://www.apicur.io/studio/
Apache License 2.0
983 stars 494 forks source link

Missing operationId should be flagged as issue #486

Open slinkydeveloper opened 5 years ago

slinkydeveloper commented 5 years ago

IMHO there should be an issue when operation misses the operationId. I know that is not a mandatory field for openapi specification, but it's highly suggested to put it because pretty most openapi tooling requires it

EricWittmann commented 5 years ago

The goal for validation is for the set of rules to be configurable. This is a good candidate for a validation rule that is optional.