Open
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