We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With activated global validity rule uploading an OpenAPI artifact with a missing response triggers two validation rule violations with similar text:
Example upload:
openapi: 3.0.3 info: title: Test version: 1.0.0 paths: /v1/test: get: operationId: test parameters: - name: PARAM in: header schema: type: string
Is it intended that in this case both rules are violated - OasMissingOperationResponsesRule and OasMissingResponseForOperationRule?
OasMissingOperationResponsesRule
OasMissingResponseForOperationRule
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With activated global validity rule uploading an OpenAPI artifact with a missing response triggers two validation rule violations with similar text:
Example upload:
Is it intended that in this case both rules are violated -
OasMissingOperationResponsesRule
andOasMissingResponseForOperationRule
?The text was updated successfully, but these errors were encountered: