From b216dad4a73990496f5b19022796946bb2499c00 Mon Sep 17 00:00:00 2001 From: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> Date: Fri, 5 Jun 2026 04:39:01 -0400 Subject: [PATCH] fix: schema drift Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- schema/json/schema-latest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/json/schema-latest.json b/schema/json/schema-latest.json index 5329f8893..e261b862c 100644 --- a/schema/json/schema-latest.json +++ b/schema/json/schema-latest.json @@ -4114,7 +4114,7 @@ }, "totalSize": { "type": "string", - "description": "TotalSize is the total byte size of tensor data across all shards when known\n(from the Docker AI model config \"size\" field or the sharded index \"total_size\")." + "description": "TotalSize is the total byte size of tensor data across all shards when known\n(from the Docker AI model config \"size\" field)." }, "shardCount": { "type": "integer",