Skip to content

Commit 4362a19

Browse files
committed
v3.0.2
1 parent 28c1853 commit 4362a19

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

tests/Fixture/App/openapi.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,16 @@
183183
"schema": {
184184
"oneOf": [
185185
{
186-
"type": "array"
186+
"type": "array",
187+
"items": {
188+
"$ref": "#/components/schemas/Sunrise.Http.Router.Tests.Fixture.App.View.PageView"
189+
}
187190
},
188191
{
189-
"type": "object"
192+
"type": "object",
193+
"additionalProperties": {
194+
"$ref": "#/components/schemas/Sunrise.Http.Router.Tests.Fixture.App.View.PageView"
195+
}
190196
}
191197
]
192198
}

0 commit comments

Comments
 (0)