Skip to content
Snippets Groups Projects
Commit 0962196c authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

fix: #be schema for word choice

parent c199f116
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,6 @@ export const WordChoice = Type.Object({
default: 0.8,
maximum: 1.0,
}),
ocr_transcript_length_min: Type.Number({ minimum: 1, default: 1 }),
ocr_transcript_length_max: Type.Number({ minimum: 1, default: 20 }),
ocr_transcript_length_min: Type.Integer({ minimum: 1, default: 1 }),
ocr_transcript_length_max: Type.Integer({ minimum: 1, default: 20 }),
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment