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

chore: lint

parent f4da6f16
No related branches found
No related tags found
No related merge requests found
......@@ -55,19 +55,19 @@ server.route({
//=[ CheckTranscription ]=======================================================
const CheckTranscriptionBodySchema = {
type: "object",
properties: {
deltaTime: { type: "number" },
refData: {
type: "object",
properties: {
deltaTime: { type: "number" },
refData: {
type: "object",
properties: {
id: { type: "number" },
image: { type: "string" },
},
required: ["id", "image"],
},
transcription: { type: "string" },
id: { type: "number" },
image: { type: "string" },
},
required: ["id", "image"],
},
transcription: { type: "string" },
},
required: ["deltaTime", "refData", "transcription"],
} as const;
......
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