@@ -16466,9 +16466,6 @@ components:
16466
16466
description: Honeypot annotation number in project
16467
16467
readOnly: true
16468
16468
type: integer
16469
- has_blueprints:
16470
- readOnly: true
16471
- type: string
16472
16469
id:
16473
16470
readOnly: true
16474
16471
type: integer
@@ -16634,7 +16631,6 @@ components:
16634
16631
- description_short
16635
16632
- finished_task_number
16636
16633
- ground_truth_number
16637
- - has_blueprints
16638
16634
- id
16639
16635
- members
16640
16636
- members_count
@@ -16668,6 +16664,11 @@ components:
16668
16664
- only
16669
16665
- exclude
16670
16666
Annotation:
16667
+ description: |-
16668
+ A ModelSerializer that takes additional arguments for
16669
+ "fields", "omit" and "expand" in order to
16670
+ control which fields are displayed, and whether to replace simple
16671
+ values with complex, nested serializations
16671
16672
properties:
16672
16673
bulk_created:
16673
16674
description: Annotation was created in bulk mode
@@ -16779,6 +16780,11 @@ components:
16779
16780
- updated_at
16780
16781
type: object
16781
16782
AnnotationBulkSerializerWithSelectedItemsRequest:
16783
+ description: |-
16784
+ A ModelSerializer that takes additional arguments for
16785
+ "fields", "omit" and "expand" in order to
16786
+ control which fields are displayed, and whether to replace simple
16787
+ values with complex, nested serializations
16782
16788
properties:
16783
16789
bulk_created:
16784
16790
description: Annotation was created in bulk mode
@@ -16962,6 +16968,11 @@ components:
16962
16968
- id
16963
16969
type: object
16964
16970
AnnotationRequest:
16971
+ description: |-
16972
+ A ModelSerializer that takes additional arguments for
16973
+ "fields", "omit" and "expand" in order to
16974
+ control which fields are displayed, and whether to replace simple
16975
+ values with complex, nested serializations
16965
16976
properties:
16966
16977
bulk_created:
16967
16978
description: Annotation was created in bulk mode
@@ -22030,6 +22041,9 @@ components:
22030
22041
agreement:
22031
22042
readOnly: true
22032
22043
type: string
22044
+ agreement_filtered:
22045
+ readOnly: true
22046
+ type: string
22033
22047
annotations:
22034
22048
readOnly: true
22035
22049
type: string
@@ -22230,6 +22244,7 @@ components:
22230
22244
type: array
22231
22245
required:
22232
22246
- agreement
22247
+ - agreement_filtered
22233
22248
- annotations
22234
22249
- annotations_ids
22235
22250
- annotations_results
@@ -22559,6 +22574,9 @@ components:
22559
22574
agreement:
22560
22575
readOnly: true
22561
22576
type: string
22577
+ agreement_filtered:
22578
+ readOnly: true
22579
+ type: string
22562
22580
annotations:
22563
22581
readOnly: true
22564
22582
type: string
@@ -22759,6 +22777,7 @@ components:
22759
22777
type: array
22760
22778
required:
22761
22779
- agreement
22780
+ - agreement_filtered
22762
22781
- annotations
22763
22782
- annotations_ids
22764
22783
- annotations_results
0 commit comments