We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a8d71 commit 1596cd2Copy full SHA for 1596cd2
src/api/getFOTAJob.ts
@@ -37,7 +37,7 @@ export const FOTAJobType = Type.Object(
37
title: 'Status',
38
description: 'Current status of the job',
39
}),
40
- statusDetail: Type.Optional(Type.String({ minLength: 1 })),
+ statusDetail: Type.Optional(Type.String({ minLength: 0 })),
41
name: Type.Optional(Type.String({ minLength: 1 })),
42
description: Type.Optional(Type.String({ minLength: 1 })),
43
createdAt: ts,
0 commit comments