openapi-backend
openapi-backend copied to clipboard
Support operations without operationId
We always assume each operation has an operationId. However, according to the OAS spec, it's not actually required. We should provide a fallback for these cases.
+1
Still relevant