Asset¶
Schema¶
| id: | string, auto-generated, read-only |
|---|---|
| assetID: | string, auto-generated, read-only The asset identifier to refer to in the paper documentation. OpenContracting Description: AssetID is included to make the flattened data structure more convenient. |
| date: | string, auto-generated, read-only The date of asset creation/undoing. |
| owner: | string, auto-generated, read-only The entity whom the asset has been created by. |
| dateModified: | string, auto-generated, read-only OpenContracting Description: Date when the asset was last modified. |
| rectificationPeriod: | |
Period, auto-generated Period during which the owner of an asset can edit it. |
|
| status: | string, required The asset status within the Registry. Possible values are:
|
| relatedLot: | string, required in active status ID of the related Lot. |
| title: | string, multilingual, required
Oprionally can be mentioned in English/Russian. |
| description: | string, multilingual, required OpenContracting Description: A description of the goods, services to be provided.
|
| documents: | array of Documents OpenContracting Description: All related documents and attachments. |
| assetCustodian: | Organization, required The entity managing the asset. |
| assetHolder: | Organization, optional The entity whom the asset was used to be owned by. |
| decisions: | array of Decisions, required |
| item: | array of Item, required |
| mode: | optional The additional parameter with a value test. |
| assetType: | string, required Type of the given asset. The only value is domain. |
| sandboxParameters: | |
string, optional Parameter that accelerates auction periods. Set quick, accelerator=1440 as text value for sandboxParameters for the time frames to be reduced in 1440 times. |
|
Decisions¶
Schema¶
| title: | string, multilingual, optional
|
|---|---|
| decisionOf: | string, auto-generated The given value is asset. |
| decisionDate: | Date, required OpenContracting Description: The date on which the document was first published. |
| decisionID: | string, required The decision identifier to refer to in the paper documentation. |