Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a field and class for natural persons (project and contract officials and roles) #264

Closed
duncandewhurst opened this issue Jan 12, 2021 · 1 comment · Fixed by #279
Closed
Assignees
Labels
IDS This issue relates to modelling an element from the CoST IDS schema This issue relates to the schema
Milestone

Comments

@duncandewhurst
Copy link
Contributor

duncandewhurst commented Jan 12, 2021

The reactive disclosure section of the CoST IDS includes the following elements:

Project officials and roles
Name and position of the highest authority in the procuring entity where the budget for this project is allocated (project owner)

Contract officials and roles
Name and position of the public official in charge of administration of the contract(s).

Proposal

Based on the approach suggested in open-contracting/standard#883 (comment):

  • add a people array to the Organization object
  • define a Person object with the following properties:
    • id
    • name
    • jobTitle

Example:

{
  "parties": [
    {
      "id": "1",
      "name": "Waka Kotahi NZ Transport Agency",
      "people": [
        {
          "id": "1",
          "name": "Sir Brian Roche",
          "jobTitle": "Chair"
        }
      ]
    }
  ]
}
@duncandewhurst duncandewhurst added schema This issue relates to the schema IDS This issue relates to modelling an element from the CoST IDS labels Jan 12, 2021
@duncandewhurst duncandewhurst changed the title Add a field and class for natural persons (project officials and roles) Add a field and class for natural persons (project and contract officials and roles) Jan 13, 2021
@jpmckinney
Copy link
Member

Looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IDS This issue relates to modelling an element from the CoST IDS schema This issue relates to the schema
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants