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 caabbf8 commit e98c316Copy full SHA for e98c316
tests/schema/fail/invalid-components.yaml
@@ -140,6 +140,7 @@ components:
140
invalid:
141
summary: true # must be a string
142
description: true # must be a string
143
+ serializedValue: true # must be a string
144
externalValue: true # must be a string
145
responses:
146
no-object: true # must be an object
@@ -166,4 +167,7 @@ components:
166
167
explode: yes # must be a boolean
168
allowReserved: no # must be a boolean
169
encoding: true # must be an object
- prefixEncoding: true # must be an array
170
+ prefixEncoding: {} # must be an array
171
+ mediaTypes:
172
+ invalid-prefixEncoding:
173
0 commit comments