We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e669dbe commit b70b43cCopy full SHA for b70b43c
.spectral.yml
@@ -8,6 +8,7 @@ rules:
8
tag-description: true
9
oas3-parameter-description: true
10
oas3-unused-component: false # Broken: https://github.com/stoplightio/spectral/issues/1271
11
+ array-items: false
12
operation-summary-formatted:
13
description: Operation `summary` should start with upper case and not end with a dot.
14
given: '$.paths.*[?( @property === ''get'' || @property === ''put'' || @property === ''post'' || @property === ''delete'' || @property === ''options'' || @property === ''head'' || @property === ''patch'' || @property === ''trace'' )]'
0 commit comments