Skip to content

Commit

Permalink
Merge pull request #23 from VolVoz/update_contract_docs
Browse files Browse the repository at this point in the history
update data standart docs
  • Loading branch information
kroman0 committed Mar 8, 2016
2 parents 95f6b10 + ac1bf87 commit 5679e04
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions docs/source/standard/contract.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ Schema
uid, autogenerated

|ocdsDescription|
The identifier for this contract.
The identifier for this contract.

:awardID:
string, required

|ocdsDescription|
The `Award.id` against which this contract is being issued.

:contractID:
string, autogenerated, read-only

:title:
string, required

Expand All @@ -34,11 +37,20 @@ Schema
|ocdsDescription|
Contract description

:items:
List of :ref:`Item` objects, autogenerated, read-only

|ocdsDescription|
The goods, services, and any intangible outcomes in this contract. Note: If the items are the same as the award do not repeat.

:suppliers:
List of :ref:`Organization` objects, autogenerated, read-only

:status:
string, required

|ocdsDescription|
The current status of the contract.
The current status of the contract.

Possible values are:

Expand All @@ -55,13 +67,13 @@ Schema
:ref:`Period`

|ocdsDescription|
The start and end date for the contract.
The start and end date for the contract.

:value:
:ref:`Value`
`Value` object, autogenerated, read-only

|ocdsDescription|
The total value of this contract.
The total value of this contract.

:dateSigned:
string, :ref:`date`, autogenerated
Expand All @@ -73,7 +85,7 @@ Schema
List of :ref:`Document` objects

|ocdsDescription|
All documents and attachments related to the contract, including any notices.
All documents and attachments related to the contract, including any notices.

Contract workflow
-----------------
Expand Down

0 comments on commit 5679e04

Please sign in to comment.