Milestone¶
Schema¶
| id: | string, auto-generated, read-only Internal identifier of the milestone. |
|---|---|
| title: | string, multilingual, optional
Title of milestone. |
| description: | string, multilingual, optional
Description of milestone. |
| type: | string, auto-generated, read-only Type of milestone. Posible values are:
|
| dueDate: | string, Date, auto-generated, read-only The date when the execution time within milestone runs out. Optionally user can set dueDate for the 3rd milestone as long as it’s in scheduled status. |
| dateMet: | string, Date, required Date when the relevant conditions were fulfilled. |
| status: | string, required |
| Status | Description | ||
|---|---|---|---|
|
when the milestone are not yet involved | ||
|
when milestone is active | ||
|
if the dateMet value is within the allowed range | ||
|
if the dateMet value is outside the allowed range | ||
|
if the conditions were not met, then milestone is considered unsuccessful |
| dateModified: | string, Date, auto-generated, read-only OpenContracting Description: Date when the milestone was last modified. |
|---|