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 0f49b59 commit 8c9b3c1Copy full SHA for 8c9b3c1
modules/openapi-generator/src/test/resources/3_0/objectQueryParam.yaml
@@ -39,6 +39,41 @@ paths:
39
required: true
40
schema:
41
$ref: '#/components/schemas/Page'
42
+ - in: query
43
+ name: deep
44
+ required: true
45
+ schema:
46
+ type: object
47
+ required:
48
+ - foo
49
+ - bar
50
+ properties:
51
+ foo:
52
53
54
+ - baz
55
56
+ baz:
57
+ type: integer
58
+ format: int32
59
+ bar:
60
61
62
63
+ name: notRequiredDeep
64
+ required: false
65
66
67
68
69
70
71
72
73
74
75
76
77
responses:
78
'200':
79
description: OK
0 commit comments