Milestone¶
Schema¶
| id: | uid, auto-generated |
|---|---|
| title: | string, required Possible values are:
|
| description: | string, required if title == anotherEvent |
| type: | string, required The only possible value is:
|
| code: | string, required Possible values are:
|
| percentage: | float, required, 0..100 Sum of all tender (or lot) milestones should be 100 |
| duration: | Duration object, required |
| sequenceNumber: | integer, required, non negative |
| relatedLot: | uid Id of related Lot. |
Milestone in Electronic Catalogue framework¶
Schema¶
| id: | uid, auto-generated |
|---|---|
| description: | string, required if title == anotherEvent |
| type: | string, required The only possible value is:
|
| dueDate: | string, Date, required |
| documents: | List of Document objects |
| dateModified: | string, Date, auto-generated, read-only The date of milestone change. |