From 6399a8bdcf046916b7e4e2333c3b2b4bbe6dc228 Mon Sep 17 00:00:00 2001 From: cedrok Date: Fri, 26 Jul 2024 17:41:49 +0200 Subject: [PATCH] fic(api) update device json schema --- API/models/schemas/device_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/models/schemas/device_schema.json b/API/models/schemas/device_schema.json index d4820b2af..d6c513727 100644 --- a/API/models/schemas/device_schema.json +++ b/API/models/schemas/device_schema.json @@ -44,7 +44,7 @@ "$ref": "refs/types.json#/definitions/float" }, "sizeU": { - "$ref": "refs/types.json#/definitions/float" + "type": "integer" }, "color": { "type": "string",