|
76 | 76 | WebhookID | プロジェクト内で一意
|
77 | 77 | 入力データセットID | 組織内で一意
|
78 | 78 |
|
79 |
| - version: 0.69.1 |
| 79 | + version: 0.69.2 |
80 | 80 | title: AnnoFab Web API
|
81 | 81 | x-logo:
|
82 | 82 | url: "https://annofab.com/images/logo_landscape.png"
|
@@ -1542,12 +1542,6 @@ components:
|
1542 | 1542 | TaskHistoryId:
|
1543 | 1543 | type: string
|
1544 | 1544 | example: "12345678-abcd-1234-abcd-1234abcd5678"
|
1545 |
| - TaskAssignmentType: |
1546 |
| - type: string |
1547 |
| - enum: |
1548 |
| - - random |
1549 |
| - - selection |
1550 |
| - - random_and_selection |
1551 | 1545 | AnnotationId:
|
1552 | 1546 | type: string
|
1553 | 1547 | example: "12345678-abcd-1234-abcd-1234abcd5678"
|
@@ -1668,9 +1662,7 @@ components:
|
1668 | 1662 | $ref: "#/components/schemas/AssigneeRuleOfResubmittedTask"
|
1669 | 1663 | default: no_assignee
|
1670 | 1664 | task_assignment_type:
|
1671 |
| - description: タスクの割当方式。 |
1672 | 1665 | $ref: "#/components/schemas/TaskAssignmentType"
|
1673 |
| - default: random |
1674 | 1666 | max_tasks_per_member:
|
1675 | 1667 | description: 保留中のタスクを除き、1人(オーナー以外)に割り当てられるタスク数上限。未指定の場合は10件として扱う。
|
1676 | 1668 | type: integer
|
@@ -1718,13 +1710,16 @@ components:
|
1718 | 1710 | last_tasks_updated_datetime:
|
1719 | 1711 | type: string
|
1720 | 1712 | format: date-time
|
1721 |
| - TaskAssginmentType: |
| 1713 | + TaskAssignmentType: |
1722 | 1714 | type: string
|
| 1715 | + default: random |
1723 | 1716 | enum:
|
1724 | 1717 | - random
|
1725 | 1718 | - selection
|
1726 | 1719 | - random_and_selection
|
1727 | 1720 | description: |
|
| 1721 | + プロジェクトで使用するタスクの割当方式。 |
| 1722 | + |
1728 | 1723 | * `random` - タスクフェーズのみを指定してランダムにタスクを自身に割当する方式です。
|
1729 | 1724 | * `selection` - 担当者とタスクを明示的に指定してタスクを割当する方式です。プロジェクトオーナーもしくはチェッカーのみ、自身以外のプロジェクトメンバーを担当者に指定できます。
|
1730 | 1725 | * `random_and_selection` - ランダム割当と選択割当の両機能を使用する方式です。
|
@@ -1908,24 +1903,6 @@ components:
|
1908 | 1903 | description: |
|
1909 | 1904 | 「Webhook」をコピーするかどうかを指定します。
|
1910 | 1905 | default: false
|
1911 |
| - copy_tasks_with_annotations: |
1912 |
| - deprecated: true |
1913 |
| - type: boolean |
1914 |
| - description: | |
1915 |
| - 「タスク」および「アノテーション」をコピーするかどうかを指定します。 |
1916 |
| - |
1917 |
| - 廃止予定の属性のためこの属性は使用せず、「タスク」および「アノテーション」をコピーする場合には他の属性の値を必ず次のように指定してください。 |
1918 |
| - |
1919 |
| - * copy_tasks の値を true とする |
1920 |
| - * copy_inputs の値を true とする |
1921 |
| - * copy_annotations の値を true とする |
1922 |
| - |
1923 |
| - やむを得ない理由でこの属性の値を true とする場合、他の属性の値を必ず次のように指定してください。 |
1924 |
| - |
1925 |
| - * copy_tasks の値を false とする |
1926 |
| - * copy_inputs の値を true とする |
1927 |
| - * copy_annotations の値を false とする |
1928 |
| - default: false |
1929 | 1906 | copy_supplementaly_data:
|
1930 | 1907 | type: boolean
|
1931 | 1908 | description: |
|
@@ -2994,9 +2971,10 @@ components:
|
2994 | 2971 | type: object
|
2995 | 2972 | properties:
|
2996 | 2973 | status:
|
| 2974 | + description: | |
| 2975 | + 次に遷移させるタスクの状態。[詳細はこちら](#section/TaskStatus)。 |
2997 | 2976 | allOf:
|
2998 | 2977 | - $ref: "#/components/schemas/TaskStatus"
|
2999 |
| - - description: 次に遷移させるタスクの状態 |
3000 | 2978 | last_updated_datetime:
|
3001 | 2979 | $ref: "#/components/schemas/LastUpdatedDatetime"
|
3002 | 2980 | account_id:
|
@@ -3028,7 +3006,7 @@ components:
|
3028 | 3006 | - phase
|
3029 | 3007 | properties:
|
3030 | 3008 | phase:
|
3031 |
| - description: 割当するタスクフェーズ |
| 3009 | + description: 割当するタスクフェーズ。[詳細はこちら](#section/TaskPhase) |
3032 | 3010 | allOf:
|
3033 | 3011 | - $ref: "#/components/schemas/TaskPhase"
|
3034 | 3012 | _type:
|
@@ -4167,10 +4145,11 @@ components:
|
4167 | 4145 | commenter_account_id:
|
4168 | 4146 | $ref: "#/components/schemas/AccountId"
|
4169 | 4147 | annotation_id:
|
| 4148 | + description: | |
| 4149 | + 特定のアノテーションに対するコメントの場合はそのアノテーションのID、座標に対する場合は値なし。 |
| 4150 | + [詳細はこちら](#section/AnnotationId)。 |
4170 | 4151 | allOf:
|
4171 | 4152 | - $ref: "#/components/schemas/AnnotationId"
|
4172 |
| - - description: | |
4173 |
| - 特定のアノテーションに対するコメントの場合はそのアノテーションのID、座標に対する場合は値なし |
4174 | 4153 | data:
|
4175 | 4154 | oneOf:
|
4176 | 4155 | - $ref: "#/components/schemas/InspectionDataPoint"
|
|
0 commit comments