diff --git a/grocy.openapi.json b/grocy.openapi.json index 07bb5869..2b588de8 100644 --- a/grocy.openapi.json +++ b/grocy.openapi.json @@ -4733,7 +4733,10 @@ "$ref": "#/components/schemas/Product" }, "product_barcodes": { - "$ref": "#/components/schemas/ProductBarcode" + "type": "array", + "items": { + "$ref": "#/components/schemas/ProductBarcode" + } }, "quantity_unit_stock": { "$ref": "#/components/schemas/QuantityUnit"