Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 30, 2019
1 parent 91437e0 commit 1babd04
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,41 @@ The description of the risk should be provided as free text using the `risk/desc

Additional free text information on the risk can be provided using the `risk/notes` field.

## Example

```json
{
"contracts": [
{
"id": "1",
"awardID": "1",
"title": "Public Private Partnership Agreement",
"description": "Public-Private Partnership agreement entered into by and between telecoms promoter, together with national fibre infrastructure and the special purpose vehicle Mega Consortium Ltd",
"riskAllocation": [
{
"id": "1",
"category": "compliance",
"description": "Risks deriving from the compliance or lack thereof of regulatory obligations related to the development of the Project",
"allocation": "privateParty"
},
{
"id": "2",
"category": "construction",
"description": "Risks deriving from procurement or lack thereof of the necessary licenses and permits for the Project’s development",
"allocation": "privateParty"
},
{
"id": "3",
"category": "construction",
"description": "Risks arising from the procurement or lack thereof of rights of way required for the Project’s development",
"allocation": "privateParty"
}
]
}
]
}
```

## Issues

Report issues for this extension in the [ocds-extensions repository](https://github.com/open-contracting/ocds-extensions/issues), putting the extension's name in the issue's title.
Expand Down

0 comments on commit 1babd04

Please sign in to comment.