-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from open-contracting-extensions/partyRole
Party role
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Code,Title,Description | ||
mediationBody,Mediation body,The body responsible for mediation procedures. | ||
centralPurchasingBody,Central purchasing body,"The procuring entity providing centralized purchasing activities and, possibly, ancillary purchasing activities." | ||
processContactPoint,Process contact point,The contact point dedicated to this contracting process. | ||
reviewContactPoint,Review contact point,The service from which information about the review procedure can be obtained. | ||
selectedParticipant,Selected participant,The party that has already been selected to participate in the design contest. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,8 @@ | |
], | ||
"schemas": [ | ||
"release-schema.json" | ||
], | ||
"codelists": [ | ||
"+partyRole.csv" | ||
] | ||
} |