@@ -2809,16 +2809,16 @@ paths:
2809
2809
schema :
2810
2810
type : string
2811
2811
enum :
2812
- - bbox
2812
+ - any
2813
+ - cuboid
2813
2814
- ellipse
2815
+ - mask
2816
+ - points
2814
2817
- polygon
2815
2818
- polyline
2816
- - points
2817
- - cuboid
2818
- - cuboid_3d
2819
+ - rectangle
2819
2820
- skeleton
2820
2821
- tag
2821
- - any
2822
2822
tags :
2823
2823
- labels
2824
2824
security :
@@ -8487,8 +8487,21 @@ components:
8487
8487
description : The list of attributes. If you want to remove an attribute,
8488
8488
you need to recreate the label and specify the remaining attributes.
8489
8489
type :
8490
- type : string
8491
- description : Associated annotation type for this label
8490
+ allOf :
8491
+ - $ref : ' #/components/schemas/LabelType'
8492
+ description : |-
8493
+ Associated annotation type for this label
8494
+
8495
+ * `any` - ANY
8496
+ * `cuboid` - CUBOID
8497
+ * `ellipse` - ELLIPSE
8498
+ * `mask` - MASK
8499
+ * `points` - POINTS
8500
+ * `polygon` - POLYGON
8501
+ * `polyline` - POLYLINE
8502
+ * `rectangle` - RECTANGLE
8503
+ * `skeleton` - SKELETON
8504
+ * `tag` - TAG
8492
8505
svg :
8493
8506
type : string
8494
8507
sublabels :
@@ -8531,6 +8544,30 @@ components:
8531
8544
a parent label
8532
8545
required :
8533
8546
- name
8547
+ LabelType :
8548
+ enum :
8549
+ - any
8550
+ - cuboid
8551
+ - ellipse
8552
+ - mask
8553
+ - points
8554
+ - polygon
8555
+ - polyline
8556
+ - rectangle
8557
+ - skeleton
8558
+ - tag
8559
+ type : string
8560
+ description : |-
8561
+ * `any` - ANY
8562
+ * `cuboid` - CUBOID
8563
+ * `ellipse` - ELLIPSE
8564
+ * `mask` - MASK
8565
+ * `points` - POINTS
8566
+ * `polygon` - POLYGON
8567
+ * `polyline` - POLYLINE
8568
+ * `rectangle` - RECTANGLE
8569
+ * `skeleton` - SKELETON
8570
+ * `tag` - TAG
8534
8571
LabeledData :
8535
8572
type : object
8536
8573
properties :
@@ -9589,8 +9626,21 @@ components:
9589
9626
description : Delete the label. Only applicable in the PATCH methods of a
9590
9627
project or a task.
9591
9628
type :
9592
- type : string
9593
- description : Associated annotation type for this label
9629
+ allOf :
9630
+ - $ref : ' #/components/schemas/LabelType'
9631
+ description : |-
9632
+ Associated annotation type for this label
9633
+
9634
+ * `any` - ANY
9635
+ * `cuboid` - CUBOID
9636
+ * `ellipse` - ELLIPSE
9637
+ * `mask` - MASK
9638
+ * `points` - POINTS
9639
+ * `polygon` - POLYGON
9640
+ * `polyline` - POLYLINE
9641
+ * `rectangle` - RECTANGLE
9642
+ * `skeleton` - SKELETON
9643
+ * `tag` - TAG
9594
9644
svg :
9595
9645
type : string
9596
9646
sublabels :
@@ -10764,8 +10814,21 @@ components:
10764
10814
description : The list of attributes. If you want to remove an attribute,
10765
10815
you need to recreate the label and specify the remaining attributes.
10766
10816
type :
10767
- type : string
10768
- description : Associated annotation type for this label
10817
+ allOf :
10818
+ - $ref : ' #/components/schemas/LabelType'
10819
+ description : |-
10820
+ Associated annotation type for this label
10821
+
10822
+ * `any` - ANY
10823
+ * `cuboid` - CUBOID
10824
+ * `ellipse` - ELLIPSE
10825
+ * `mask` - MASK
10826
+ * `points` - POINTS
10827
+ * `polygon` - POLYGON
10828
+ * `polyline` - POLYLINE
10829
+ * `rectangle` - RECTANGLE
10830
+ * `skeleton` - SKELETON
10831
+ * `tag` - TAG
10769
10832
has_parent :
10770
10833
type : boolean
10771
10834
required :
@@ -10804,8 +10867,21 @@ components:
10804
10867
description : The list of attributes. If you want to remove an attribute,
10805
10868
you need to recreate the label and specify the remaining attributes.
10806
10869
type :
10807
- type : string
10808
- description : Associated annotation type for this label
10870
+ allOf :
10871
+ - $ref : ' #/components/schemas/LabelType'
10872
+ description : |-
10873
+ Associated annotation type for this label
10874
+
10875
+ * `any` - ANY
10876
+ * `cuboid` - CUBOID
10877
+ * `ellipse` - ELLIPSE
10878
+ * `mask` - MASK
10879
+ * `points` - POINTS
10880
+ * `polygon` - POLYGON
10881
+ * `polyline` - POLYLINE
10882
+ * `rectangle` - RECTANGLE
10883
+ * `skeleton` - SKELETON
10884
+ * `tag` - TAG
10809
10885
has_parent :
10810
10886
type : boolean
10811
10887
required :
0 commit comments