This commit is contained in:
Xi Yan 2025-03-13 19:30:47 -07:00
parent 194d86a232
commit a715debcb8
4 changed files with 9 additions and 25 deletions

View file

@ -2159,14 +2159,7 @@
"content": {
"application/json": {
"schema": {
"oneOf": [
{
"$ref": "#/components/schemas/ProviderInfo"
},
{
"type": "null"
}
]
"$ref": "#/components/schemas/ProviderInfo"
}
}
}