fix(openapi): volatile is not an array, it's an object (#2694)

This commit is contained in:
Bertrand SIFRE
2025-03-10 17:22:56 +01:00
committed by GitHub
parent 2a3e23ded4
commit 6ca87a9a49

View File

@@ -1617,10 +1617,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"type": "array", "$ref": "#/components/schemas/CurrentVolatilStockResponse"
"items": {
"$ref": "#/components/schemas/CurrentVolatilStockResponse"
}
} }
} }
} }