feat: complete TASK-WP3-01 model configuration
This commit is contained in:
@@ -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 })),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user