feat: complete TASK-WP3-01 model configuration

This commit is contained in:
suyx
2026-08-03 02:40:48 +08:00
parent 1b0a05bbcf
commit d79ac74fdd
19 changed files with 7018 additions and 3 deletions
+1
View File
@@ -108,6 +108,7 @@ export const ErrorDetailsSchema = Type.Object(
{ maxItems: 32 },
),
),
conflict_model_ids: Type.Optional(Type.Array(Type.String({ maxLength: 160, minLength: 1 }), { maxItems: 3 })),
latest_version: Type.Optional(Type.Union([Type.Integer({ minimum: 0 }), Type.String({ maxLength: 120 })])),
remaining_bytes: Type.Optional(Type.Integer({ minimum: 0 })),
},