Skip to content

Commit a67a898

Browse files
triklozoidjombooth
andauthored
feat: LEAP-1833: Pause limits settings for project (#63)
Co-authored-by: Jo Booth <jo.m.booth@gmail.com>
1 parent 474228b commit a67a898

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

fern/openapi/openapi.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2497,6 +2497,8 @@ paths:
24972497
finished_task_number: 10
24982498
queue_total: 10
24992499
queue_done: 100
2500+
annotation_limit_count: 10
2501+
annotation_limit_percent: 50
25002502
tags:
25012503
- Projects
25022504
x-fern-sdk-group-name: projects
@@ -2569,6 +2571,14 @@ paths:
25692571
title: maximum_annotations
25702572
description: Maximum annotations per task
25712573
type: integer
2574+
annotation_limit_count:
2575+
title: annotation_limit_count
2576+
description: Maximum number of annotations per annotator
2577+
type: integer
2578+
annotation_limit_percent:
2579+
title: annotation_limit_percent
2580+
description: Maximum percentage of annotations per annotator
2581+
type: float
25722582
color:
25732583
title: color
25742584
description: Project color in HEX format
@@ -8514,6 +8524,15 @@ components:
85148524
annotations per task is equal or greater to this value, the task is
85158525
completed (is_labeled=True)
85168526
type: integer
8527+
annotation_limit_count:
8528+
title: Annotation limit count
8529+
description: Maximum number of tasks that can be annotated by a single annotator in this project
8530+
pause
8531+
type: integer
8532+
annotation_limit_percent:
8533+
title: Annotation limit percent
8534+
description: Maximum percentage of tasks in this project that can be annotated by a single annotator
8535+
type: float
85178536
is_published:
85188537
title: Published
85198538
description: Whether or not the project is published to annotators

0 commit comments

Comments
 (0)