Contract¶
Schema¶
id: | uuid, auto-generated OpenContracting Description: The identifier for this contract. |
---|---|
awardID: | string, auto-generated, read-only OpenContracting Description: The Award.id against which this contract is being issued. |
contractID: | string, auto-generated, read-only OpenContracting Description: The Contract.id against which this contract is being issued. |
contractNumber: | string, optional |
value: | Value object, auto-generated, read-only OpenContracting Description: The total value of this contract. |
items: | Array of Item objects, auto-generated, read-only OpenContracting Description: The goods, services, and any intangible outcomes in this contract. Note: If the items are the same as the award, do not repeat. |
suppliers: | Array of Organization objects, auto-generated, read-only |
status: | string, required OpenContracting Description: The current status of the contract. Possible values are:
|
dateSigned: | string, Date OpenContracting Description: The date the contract was signed. In the case of multiple signatures, the date of the last signature. |
signingPeriod: | Period, auto-generated, read-only OpenContracting Description: The start and end date for the contract signing. |
date: | string, Date, auto-generated, read-only The date when the contract was changed or activated. |
documents: | Array of Document objects, required OpenContracting Description: All documents and attachments related to the contract, including any notices. |