redoc
redoc copied to clipboard
oneOf 嵌套oneOf, 文档上的oneOf 显示有问题
Not sure what it is about, but it looks related to Redoc. сс @AlexVarchuk
Hi @aweimin, thank you for the issue. Could you explain the expected behaviour? Maybe provide an example of a payload for those different types. For example: standard policy with Action: Deny
[{
"ipv4": "string",
"name0": "string"
}]
standart policy with Action: Allow
[{
"ipv4": "string",
"name1": "string"
}]
I want to be sure the issue is related to our logic, not to an incorrect OpenAPI description.