|
76 | 76 | WebhookID | プロジェクト内で一意
|
77 | 77 | 入力データセットID | 組織内で一意
|
78 | 78 |
|
79 |
| - version: 0.66.7 |
| 79 | + version: 0.67.0 |
80 | 80 | title: AnnoFab Web API
|
81 | 81 | x-logo:
|
82 | 82 | url: "https://annofab.com/images/logo_landscape.png"
|
@@ -1219,6 +1219,8 @@ components:
|
1219 | 1219 | format: email
|
1220 | 1220 | lang:
|
1221 | 1221 | type: string
|
| 1222 | + biography: |
| 1223 | + $ref: "#/components/schemas/UserBiography" |
1222 | 1224 | keylayout:
|
1223 | 1225 | type: string
|
1224 | 1226 | authority:
|
@@ -1262,6 +1264,8 @@ components:
|
1262 | 1264 | type: string
|
1263 | 1265 | keylayout:
|
1264 | 1266 | type: string
|
| 1267 | + biography: |
| 1268 | + $ref: "#/components/schemas/UserBiography" |
1265 | 1269 | token:
|
1266 | 1270 | $ref: "#/components/schemas/Token"
|
1267 | 1271 | last_updated_datetime:
|
@@ -1351,6 +1355,8 @@ components:
|
1351 | 1355 | $ref: "#/components/schemas/OrganizationMemberRole"
|
1352 | 1356 | status:
|
1353 | 1357 | $ref: "#/components/schemas/OrganizationMemberStatus"
|
| 1358 | + biography: |
| 1359 | + $ref: "#/components/schemas/UserBiography" |
1354 | 1360 | created_datetime:
|
1355 | 1361 | type: string
|
1356 | 1362 | format: date-time
|
@@ -1518,6 +1524,16 @@ components:
|
1518 | 1524 | Duration:
|
1519 | 1525 | type: string
|
1520 | 1526 | example: "PT34H17M36.789S"
|
| 1527 | + UserBiography: |
| 1528 | + type: string |
| 1529 | + description: | |
| 1530 | + 人物紹介、略歴。 |
| 1531 | + |
| 1532 | + この属性は、AnnoFab外の所属先や肩書などを表すために用います。 |
| 1533 | + AnnoFab上の「複数の組織」で活動する場合、本籍を示すのに便利です。 |
| 1534 | + minLength: 0 |
| 1535 | + maxLength: 100 |
| 1536 | + example: "Annotation Manager, ABC Company" |
1521 | 1537 | AnnotationFormatVersion:
|
1522 | 1538 | type: string
|
1523 | 1539 | example: "1.0.0"
|
@@ -1871,7 +1887,9 @@ components:
|
1871 | 1887 | $ref: "#/components/schemas/ProjectMemberStatus"
|
1872 | 1888 | member_role:
|
1873 | 1889 | $ref: "#/components/schemas/ProjectMemberRole"
|
1874 |
| - updated_datetime: |
| 1890 | + biography: |
| 1891 | + $ref: "#/components/schemas/UserBiography" |
| 1892 | + pdated_datetime: |
1875 | 1893 | type: string
|
1876 | 1894 | format: date-time
|
1877 | 1895 | created_datetime:
|
@@ -2167,6 +2185,13 @@ components:
|
2167 | 2185 | 定型指摘
|
2168 | 2186 | comment:
|
2169 | 2187 | type: string
|
| 2188 | + autoMarking: |
| 2189 | + type: boolean |
| 2190 | + default: false |
| 2191 | + description: | |
| 2192 | + trueが指定された場合、各統計グラフにマーカーを自動追加します。 |
| 2193 | + マーカーのタイトルには `comment` に指定された文字列が設定されます。 |
| 2194 | + `comment` が指定されていなかった場合は "アノテーション仕様の変更" という文字列が設定されます。 |
2170 | 2195 | AnnotationSpecsHistory:
|
2171 | 2196 | type: object
|
2172 | 2197 | properties:
|
@@ -2383,9 +2408,7 @@ components:
|
2383 | 2408 | phase:
|
2384 | 2409 | $ref: "#/components/schemas/TaskPhase"
|
2385 | 2410 | phase_stage:
|
2386 |
| - type: integer |
2387 |
| - default: 1 |
2388 |
| - minimum: 1 |
| 2411 | + $ref: "#/components/schemas/TaskPhaseStage" |
2389 | 2412 | status:
|
2390 | 2413 | $ref: "#/components/schemas/TaskStatus"
|
2391 | 2414 | input_data_id_list:
|
@@ -2441,6 +2464,9 @@ components:
|
2441 | 2464 | * `annotation` - 教師付け。
|
2442 | 2465 | * `inspection` - 中間検査。ワークフローが3フェーズのときのみ。
|
2443 | 2466 | * `acceptance` - 受入。
|
| 2467 | + TaskPhaseStage: |
| 2468 | + type: integer |
| 2469 | + minimum: 1 |
2444 | 2470 | TaskStatus:
|
2445 | 2471 | type: string
|
2446 | 2472 | enum:
|
|
0 commit comments