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 f9b0017 commit 98ae842Copy full SHA for 98ae842
tests/schema/pass/media-type-examples.yaml
@@ -33,6 +33,26 @@ paths:
33
application/jsonl:
34
itemSchema:
35
$ref: '#components/schemas/Pet'
36
+ application/xml:
37
+ schema:
38
+ type: object
39
+ properties:
40
+ foo:
41
+ type: string
42
+ xml:
43
+ namespace: https://example.com
44
+ prefix: example
45
+ name: Foo
46
+ bar:
47
+ type: array
48
+ items:
49
+ type: number
50
51
+ wrapped: true
52
+ attr:
53
54
55
+ attribute: true
56
application/x-www-form-urlencoded:
57
schema:
58
type: object
0 commit comments