From 32d708d1a3836cf1b22db6422f154c77cd3d83aa Mon Sep 17 00:00:00 2001 From: mikbry Date: Mon, 15 Apr 2024 17:17:05 +0200 Subject: [PATCH] fix: sha is a string --- schema/v1/model.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/v1/model.schema.json b/schema/v1/model.schema.json index e81cb09..6591029 100644 --- a/schema/v1/model.schema.json +++ b/schema/v1/model.schema.json @@ -187,7 +187,7 @@ "description": "The full size of the model's file" }, "sha": { - "type": "number", + "type": "string", "description": "The full size of the model's file" }, "max_ram": {