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 f6a083c commit 6215119Copy full SHA for 6215119
tests/schema/pass/media-type-examples.yaml
@@ -30,6 +30,26 @@ paths:
30
breed: Mixed
31
frog:
32
$ref: '#/components/examples/frog-example'
33
+ application/xml:
34
+ schema:
35
+ type: object
36
+ properties:
37
+ foo:
38
+ type: string
39
+ xml:
40
+ namespace: https://example.com
41
+ prefix: example
42
+ name: Foo
43
+ bar:
44
+ type: array
45
+ items:
46
+ type: number
47
48
+ wrapped: true
49
+ attr:
50
51
52
+ attribute: true
53
application/x-www-form-urlencoded:
54
schema:
55
type: object
@@ -94,4 +114,4 @@ paths:
94
114
allowReserved: true
95
115
forCoverage2:
96
116
style: spaceDelimited
97
- explode: true
117
+ explode: true
0 commit comments