Skip to content

Commit

Permalink
docs/examples/example.json: Add contracting process milestones
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Nov 10, 2023
1 parent 897ec71 commit 748facf
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/examples/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,20 @@
"amount": 35250000,
"currency": "GBP"
},
"milestones": [
{
"id": "1",
"title": "Construction payment",
"status": "met",
"dueDate": "2017-08-07T00:00:00Z",
"dateMet": "2017-08-07T00:00:00Z",
"type": "payment",
"value": {
"amount": 1950000,
"currency": "GBP"
}
}
],
"transactions": [
{
"id": "ocds-a1b1c1-c9b14c18-adc8-11e6-9901-0019b9f3037b-00001-1",
Expand All @@ -572,7 +586,11 @@
"name": "Concrete Motorways Construction",
"id": "GB-COH-33333333"
},
"uri": "https://openspending.org/motorways-uk-spending/transaction/xyz123"
"uri": "https://openspending.org/motorways-uk-spending/transaction/xyz123",
"relatedImplementationMilestone": {
"id": "1",
"title": "Construction payment"
}
}
],
"documents": [
Expand Down

0 comments on commit 748facf

Please sign in to comment.