Skip to content

Commit

Permalink
Update buyer/supplier terminology for PPPs
Browse files Browse the repository at this point in the history
Replace buyer with publicAuthority and suppliers with privateParty
  • Loading branch information
duncandewhurst committed Jan 24, 2017
1 parent a9f5889 commit 25c06b4
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
"description": "An optional description for the whole contracting process. If no process description is given, the tender, award or contract description may be used in interfaces.",
"type": "string"
},
"buyer":null
"buyer":null,
"publicAuthority": {
"title": "Public authority",
"description": "The public authority is the unit/body/department within a government that is tendering and contracting the project. The public counterpart in the PPP contract.",
"$ref": "#/definitions/OrganizationReference"
}
},

"definitions":
Expand Down Expand Up @@ -44,6 +49,19 @@
}
}
},
"Award": {
"properties": {
"privateParty": {
"title": "Private party",
"description": "The counter party of the procuring authority in the PPP contract. A private entity which has been granted the contract to construct and operate a government asset, and which is usually created under the form of a Special Purpose Vehicle or SPV.",
"type": "array",
"items": {
"$ref": "#/definitions/OrganizationReference"
}
},
"suppliers": null
}
},
"Contract": {
"properties":{
"financialModel":{
Expand Down

0 comments on commit 25c06b4

Please sign in to comment.