@@ -4250,10 +4250,10 @@ components:
4250
4250
oneOf :
4251
4251
- $ref : " #/components/schemas/InvalidAnnotationData"
4252
4252
- $ref : " #/components/schemas/DuplicatedSegmentationV2"
4253
- - $ref : " #/components/schemas/InvalidCommentFormat "
4253
+ - $ref : " #/components/schemas/InvalidValue "
4254
4254
- $ref : " #/components/schemas/UnknownLinkTarget"
4255
4255
- $ref : " #/components/schemas/InvalidLinkTarget"
4256
- - $ref : " #/components/schemas/EmptyAttribute "
4256
+ - $ref : " #/components/schemas/InvalidChoice "
4257
4257
- $ref : " #/components/schemas/Duplicated"
4258
4258
- $ref : " #/components/schemas/UnknownAdditionalData"
4259
4259
- $ref : " #/components/schemas/OutOfImageBounds"
@@ -4264,10 +4264,10 @@ components:
4264
4264
mapping :
4265
4265
InvalidAnnotationData : " #/components/schemas/InvalidAnnotationData"
4266
4266
DuplicatedSegmentationV2 : " #/components/schemas/DuplicatedSegmentationV2"
4267
- InvalidCommentFormat : " #/components/schemas/InvalidCommentFormat "
4267
+ InvalidValue : " #/components/schemas/InvalidValue "
4268
4268
UnknownLinkTarget : " #/components/schemas/UnknownLinkTarget"
4269
4269
InvalidLinkTarget : " #/components/schemas/InvalidLinkTarget"
4270
- EmptyAttribute : " #/components/schemas/EmptyAttribute "
4270
+ InvalidChoice : " #/components/schemas/InvalidChoice "
4271
4271
Duplicated : " #/components/schemas/Duplicated"
4272
4272
UnknownAdditionalData : " #/components/schemas/UnknownAdditionalData"
4273
4273
OutOfImageBounds : " #/components/schemas/OutOfImageBounds"
@@ -4277,9 +4277,9 @@ components:
4277
4277
type : object
4278
4278
description : アノテーションデータ不正エラー
4279
4279
properties :
4280
- labelId :
4280
+ label_id :
4281
4281
type : string
4282
- annotationId :
4282
+ annotation_id :
4283
4283
type : string
4284
4284
message :
4285
4285
type : string
@@ -4291,39 +4291,39 @@ components:
4291
4291
type : object
4292
4292
description : 塗りつぶしv2のラベルに対する1ラベルにつき1アノテーションまでの制約違反エラー
4293
4293
properties :
4294
- labelId :
4294
+ label_id :
4295
4295
type : string
4296
- annotationIds :
4296
+ annotation_ids :
4297
4297
type : array
4298
4298
items :
4299
4299
type : string
4300
4300
_type :
4301
4301
type : string
4302
4302
description : DuplicatedSegmentationV2
4303
4303
example : " DuplicatedSegmentationV2"
4304
- InvalidCommentFormat :
4304
+ InvalidValue :
4305
4305
type : object
4306
- description : コメントが正規表現に合致しないエラー
4306
+ description : 値制約に合致しないエラー
4307
4307
properties :
4308
- labelId :
4308
+ label_id :
4309
4309
type : string
4310
- annotationId :
4310
+ annotation_id :
4311
4311
type : string
4312
- additionalDataDefinitionId :
4312
+ additional_data_definition_id :
4313
4313
type : string
4314
4314
_type :
4315
4315
type : string
4316
- description : InvalidCommentFormat
4317
- example : " InvalidCommentFormat "
4316
+ description : InvalidValue
4317
+ example : " InvalidValue "
4318
4318
UnknownLinkTarget :
4319
4319
type : object
4320
4320
description : 指定されたIDに該当するアノテーションが存在しないエラー
4321
4321
properties :
4322
- labelId :
4322
+ label_id :
4323
4323
type : string
4324
- annotationId :
4324
+ annotation_id :
4325
4325
type : string
4326
- additionalDataDefinitionId :
4326
+ additional_data_definition_id :
4327
4327
type : string
4328
4328
_type :
4329
4329
type : string
@@ -4333,39 +4333,39 @@ components:
4333
4333
type : object
4334
4334
description : リンク先アノテーションが許可されているラベルでないエラー
4335
4335
properties :
4336
- labelId :
4336
+ label_id :
4337
4337
type : string
4338
- annotationId :
4338
+ annotation_id :
4339
4339
type : string
4340
- additionalDataDefinitionId :
4340
+ additional_data_definition_id :
4341
4341
type : string
4342
4342
_type :
4343
4343
type : string
4344
4344
description : InvalidLinkTarget
4345
4345
example : " InvalidLinkTarget"
4346
- EmptyAttribute :
4346
+ InvalidChoice :
4347
4347
type : object
4348
- description : 属性が未入力であるエラー
4348
+ description : 選択肢不正エラー
4349
4349
properties :
4350
- labelId :
4350
+ label_id :
4351
4351
type : string
4352
- annotationId :
4352
+ annotation_id :
4353
4353
type : string
4354
- additionalDataDefinitionId :
4354
+ additional_data_definition_id :
4355
4355
type : string
4356
4356
_type :
4357
4357
type : string
4358
- description : EmptyAttribute
4359
- example : " EmptyAttribute "
4358
+ description : InvalidChoice
4359
+ example : " InvalidChoice "
4360
4360
Duplicated :
4361
4361
type : object
4362
4362
description : 値の重複が許可されていない属性の重複エラー
4363
4363
properties :
4364
- labelId :
4364
+ label_id :
4365
4365
type : string
4366
- annotationId :
4366
+ annotation_id :
4367
4367
type : string
4368
- additionalData :
4368
+ additional_data :
4369
4369
$ref : " #/components/schemas/AdditionalData"
4370
4370
_type :
4371
4371
type : string
@@ -4375,11 +4375,11 @@ components:
4375
4375
type : object
4376
4376
description : 何らかの原因で、アノテーション仕様にない属性がついているエラー
4377
4377
properties :
4378
- labelId :
4378
+ label_id :
4379
4379
type : string
4380
- annotationId :
4380
+ annotation_id :
4381
4381
type : string
4382
- additionalDataDefinitionId :
4382
+ additional_data_definition_id :
4383
4383
type : string
4384
4384
_type :
4385
4385
type : string
@@ -4389,9 +4389,9 @@ components:
4389
4389
type : object
4390
4390
description : 画像範囲外にアノテーションがはみ出しているエラー
4391
4391
properties :
4392
- labelId :
4392
+ label_id :
4393
4393
type : string
4394
- annotationId :
4394
+ annotation_id :
4395
4395
type : string
4396
4396
_type :
4397
4397
type : string
@@ -4401,9 +4401,9 @@ components:
4401
4401
type : object
4402
4402
description : 区間が重複しているアノテーションが存在している場合に発生するエラー
4403
4403
properties :
4404
- labelId :
4404
+ label_id :
4405
4405
type : string
4406
- annotationId :
4406
+ annotation_id :
4407
4407
type : string
4408
4408
_type :
4409
4409
type : string
@@ -4413,9 +4413,9 @@ components:
4413
4413
type : object
4414
4414
description : 何らかの原因で、アノテーション仕様にないラベルがついているエラー
4415
4415
properties :
4416
- labelId :
4416
+ label_id :
4417
4417
type : string
4418
- annotationId :
4418
+ annotation_id :
4419
4419
type : string
4420
4420
_type :
4421
4421
type : string
0 commit comments