Removed old products.barcode field in grocy.openapi.json (references #2023)

This commit is contained in:
Bernd Bestel 2022-10-12 21:07:03 +02:00
parent e8f76e5694
commit 80a873da3e
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -4443,10 +4443,6 @@
"tare_weight": { "tare_weight": {
"type": "number" "type": "number"
}, },
"barcode": {
"type": "string",
"description": "Can contain multiple barcodes separated by comma"
},
"min_stock_amount": { "min_stock_amount": {
"type": "number", "type": "number",
"minimum": 0, "minimum": 0,
@ -4500,7 +4496,6 @@
"qu_id_purchase": "3", "qu_id_purchase": "3",
"qu_id_stock": "3", "qu_id_stock": "3",
"qu_factor_purchase_to_stock": "1.0", "qu_factor_purchase_to_stock": "1.0",
"barcode": "cok1",
"min_stock_amount": "8", "min_stock_amount": "8",
"default_best_before_days": "0", "default_best_before_days": "0",
"row_created_timestamp": "2019-05-02 20:12:26", "row_created_timestamp": "2019-05-02 20:12:26",
@ -4811,7 +4806,6 @@
"qu_id_purchase": "3", "qu_id_purchase": "3",
"qu_id_stock": "3", "qu_id_stock": "3",
"qu_factor_purchase_to_stock": "1.0", "qu_factor_purchase_to_stock": "1.0",
"barcode": "cok1",
"min_stock_amount": "8", "min_stock_amount": "8",
"default_best_before_days": "0", "default_best_before_days": "0",
"row_created_timestamp": "2019-05-02 20:12:26", "row_created_timestamp": "2019-05-02 20:12:26",