76
76
WebhookID | プロジェクト内で一意
77
77
入力データセットID | 組織内で一意
78
78
79
- version : 0.72.0
79
+ version : 0.72.1
80
80
title : AnnoFab Web API
81
81
x-logo :
82
82
url : " https://annofab.com/images/logo_landscape.png"
@@ -3914,12 +3914,6 @@ components:
3914
3914
type : array
3915
3915
items :
3916
3916
$ref : " #/components/schemas/FullAnnotationDetail"
3917
- detail :
3918
- deprecated : true
3919
- description : use details
3920
- type : array
3921
- items :
3922
- $ref : " #/components/schemas/FullAnnotationDetailOld"
3923
3917
updated_datetime :
3924
3918
type : string
3925
3919
format : date-time
@@ -3946,29 +3940,6 @@ components:
3946
3940
type : array
3947
3941
items :
3948
3942
$ref : " #/components/schemas/FullAnnotationAdditionalData"
3949
- FullAnnotationDetailOld :
3950
- deprecated : true
3951
- description : for v1
3952
- type : object
3953
- properties :
3954
- annotation_id :
3955
- $ref : " #/components/schemas/AnnotationId"
3956
- user_id :
3957
- $ref : " #/components/schemas/UserId"
3958
- label_id :
3959
- $ref : " #/components/schemas/LabelId"
3960
- label_name :
3961
- $ref : " #/components/schemas/InternationalizationMessage"
3962
- annotation_type :
3963
- $ref : " #/components/schemas/AnnotationType"
3964
- data_holding_type :
3965
- $ref : " #/components/schemas/AnnotationDataHoldingType"
3966
- data :
3967
- $ref : " #/components/schemas/FullAnnotationData"
3968
- additional_data_list :
3969
- type : array
3970
- items :
3971
- $ref : " #/components/schemas/AdditionalData"
3972
3943
FullAnnotationData :
3973
3944
oneOf :
3974
3945
- type : object
@@ -4127,41 +4098,6 @@ components:
4127
4098
$ref : " #/components/schemas/AdditionalDataDefinitionType"
4128
4099
value :
4129
4100
$ref : " #/components/schemas/AdditionalDataValue"
4130
- FullAnnotationAdditionalDataOld :
4131
- deprecated : true
4132
- description : for v1
4133
- type : object
4134
- properties :
4135
- additional_data_definition_id :
4136
- allOf :
4137
- - $ref : " #/components/schemas/AdditionalDataDefinitionId"
4138
- - description : 属性ID
4139
- additional_data_definition_name :
4140
- allOf :
4141
- - $ref : " #/components/schemas/InternationalizationMessage"
4142
- - description : 属性表示名
4143
- type :
4144
- $ref : " #/components/schemas/AdditionalDataDefinitionType"
4145
- flag :
4146
- type : boolean
4147
- description : typeがflagの場合に、フラグのON(true)またはOFF(false)が格納される
4148
- integer :
4149
- type : integer
4150
- description : typeがintegerの場合に、整数値が格納される
4151
- comment :
4152
- type : string
4153
- description : |
4154
- * typeがcommentの場合、コメントの値
4155
- * typeがtrackingの場合、トラッキングID
4156
- * typeがlinkの場合、リンク先のアノテーションID
4157
- choice :
4158
- allOf :
4159
- - $ref : " #/components/schemas/ChoiceId"
4160
- - description : typeがchoice・selectの場合に、選択肢のIDが格納される
4161
- choice_name :
4162
- allOf :
4163
- - $ref : " #/components/schemas/InternationalizationMessage"
4164
- - description : typeがchoice・selectの場合に、選択肢の表示名が格納される
4165
4101
BatchInspectionRequestItemPut :
4166
4102
type : object
4167
4103
description : 検査コメント更新
0 commit comments