@@ -2497,6 +2497,8 @@ paths:
2497
2497
finished_task_number : 10
2498
2498
queue_total : 10
2499
2499
queue_done : 100
2500
+ annotation_limit_count : 10
2501
+ annotation_limit_percent : 50
2500
2502
tags :
2501
2503
- Projects
2502
2504
x-fern-sdk-group-name : projects
@@ -2569,6 +2571,14 @@ paths:
2569
2571
title : maximum_annotations
2570
2572
description : Maximum annotations per task
2571
2573
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
2572
2582
color :
2573
2583
title : color
2574
2584
description : Project color in HEX format
@@ -8514,6 +8524,15 @@ components:
8514
8524
annotations per task is equal or greater to this value, the task is
8515
8525
completed (is_labeled=True)
8516
8526
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
8517
8536
is_published :
8518
8537
title : Published
8519
8538
description : Whether or not the project is published to annotators
0 commit comments