Open
Description
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
?
Metadata
Metadata
Assignees
Labels
No labels
Activity