-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
area-minimalIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcfeature-openapi
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
generates this schema
Expected Behavior
I would expect this schema
"D": {
"required": [
"b",
"c"
],
"type": "object",
"properties": {
"b": {
"type": "array",
"items": {
"$ref": "#/components/schemas/B"
}
},
"c": {
"type": "array",
"items": {
"$ref": "#/components/schemas/B"
}
}
}
}
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
9.0.4
Anything else?
No response
andrewimcclement, jormenjanssen, jesperkristensen, vitkuz573, NWessel and 12 more
Metadata
Metadata
Assignees
Labels
area-minimalIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcfeature-openapi