diff --git a/src/pages/schema.audio.frame/schema.json b/src/pages/schema.audio.frame/schema.json index 4571836..1bd742c 100644 --- a/src/pages/schema.audio.frame/schema.json +++ b/src/pages/schema.audio.frame/schema.json @@ -37,5 +37,5 @@ } } }, - "required": ["x", "y", "width", "height", "id", "order", "label"] + "required": ["time", "id", "order", "label"] } diff --git a/src/pages/schema.audio.segment/schema.json b/src/pages/schema.audio.segment/schema.json index e2d84be..7ba42aa 100644 --- a/src/pages/schema.audio.segment/schema.json +++ b/src/pages/schema.audio.segment/schema.json @@ -41,5 +41,5 @@ } } }, - "required": ["x", "y", "width", "height", "id", "order", "label"] + "required": ["start", "end", "id", "order", "label"] } diff --git a/src/pages/schema.pre-annotation.audio/example.mdx b/src/pages/schema.pre-annotation.audio/example.mdx index 40972c9..1c1f43a 100644 --- a/src/pages/schema.pre-annotation.audio/example.mdx +++ b/src/pages/schema.pre-annotation.audio/example.mdx @@ -45,6 +45,11 @@ import CodePreview from '../../components/code-preview'; ] } }, + ] + }, + "audioFrameTool": { + "toolName": "audioFrameTool", + "result": [ { "id": "cbqbst6gj5f", "time": 5.6555891238670695, diff --git a/src/pages/schema.pre-annotation.video/example.mdx b/src/pages/schema.pre-annotation.video/example.mdx index 26d952a..2a6c9a1 100644 --- a/src/pages/schema.pre-annotation.video/example.mdx +++ b/src/pages/schema.pre-annotation.video/example.mdx @@ -44,7 +44,12 @@ import CodePreview from '../../components/code-preview'; "smart" ] } - }, + } + ] + }, + "videoFrameTool": { + "toolName": "videoFrameTool", + "result": [ { "id": "cbqbst6gj5f", "time": 5.6555891238670695, diff --git a/src/pages/schema.video.frame/schema.json b/src/pages/schema.video.frame/schema.json index 4571836..1bd742c 100644 --- a/src/pages/schema.video.frame/schema.json +++ b/src/pages/schema.video.frame/schema.json @@ -37,5 +37,5 @@ } } }, - "required": ["x", "y", "width", "height", "id", "order", "label"] + "required": ["time", "id", "order", "label"] } diff --git a/src/pages/schema.video.segment/schema.json b/src/pages/schema.video.segment/schema.json index e2d84be..7ba42aa 100644 --- a/src/pages/schema.video.segment/schema.json +++ b/src/pages/schema.video.segment/schema.json @@ -41,5 +41,5 @@ } } }, - "required": ["x", "y", "width", "height", "id", "order", "label"] + "required": ["start", "end", "id", "order", "label"] }