Common operations¶
To avoid repetition in the mapping, we refer and link to the following common operations.
Add a project document¶
Add a Document object to the documents array and set its:
.idincrementally.urlto a direct link to the document.titleto the title of the document.pageStartand.pageEndto the page range containing the information described in its.documentType
Add a contracting process document¶
Add a Document object to the contractingProcesses.summary.documents array and set its:
.idincrementally.urlto a direct link to the document.titleto the title of the document.pageStartand.pageEndto the page range containing the information described in its.documentType
Add an organization¶
Add an
Organizationobject to thepartiesarray and set its.nameto the name of the organization.If you collect organization identifiers, set
.identifieraccording to the identifier reference and set.idto{identifier.scheme}-{identifier.id}(-{department-identifier}). Otherwise, set.idincrementally.
Add a financing arrangement¶
If the project is a public-private partnership (PPP), get the
ContractingProcessin.contractingProcessesthat represents the contracting process for the PPP contract and add aFinanceobject to its.summary.financearray. Otherwise, add aFinanceobject to the.budget.financearray.