Basic Asset¶
Schema¶
id: | string, auto-generated, read-only |
||||||
---|---|---|---|---|---|---|---|
assetID: | string, auto-generated, read-only The asset identifier to refer it 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. |
||||||
dateModified: | string, auto-generated, read-only OpenContracting Description: Date when the asset was last modified. |
||||||
mode: | optional The additional parameter with a value |
||||||
status: | string, required The asset status within the Registry. |
||||||
value: | Value, required Estimated asset value. |
||||||
relatedLot: | string, required in active status ID of the related Lot. |
||||||
assetType: | string, required Type of the given asset. |
||||||
title: | string, multilingual
Oprionally can be mentioned in English/Russian. |
||||||
description: | string, multilingual, optional OpenContracting Description: A description of the goods, services to be provided.
|
||||||
documents: | OpenContracting Description: All related documents and attachments. |
||||||
assetCustodian: | Organization, required The entity managing the asset. |
||||||
classification: | Classification, required The primary classification for the asset. It is required for classification.scheme to be CAV. The classification.id should be valid CAV code. |
||||||
additionalClassifications: | |||||||
Array of Classification objects, optioanl OpenContracting Description: An array of additional classifications for the item. See the itemClassificationScheme codelist for common options to use in OCDS. This may also be used to present codes from an internal classification scheme. The possible additional classifiers are CPVS and koatuu. |
|||||||
unit: | Unit, required OpenContracting Description: Description of the unit which the good comes in e.g. hours, kilograms. Made up of a unit name, and the value of a single unit. |
||||||
quantity: | decimal, required OpenContracting Description: The number of units required. |
||||||
location: | dictionary Geographical coordinates of the location. Element consists of the following items:
|
Classification¶
Schema¶
scheme: | string OpenContracting Description: A classification should be drawn from an existing scheme or list of codes. This field is used to indicate the scheme/codelist from which the classification is drawn. For line item classifications, this value should represent a known Item Classification Scheme wherever possible. |
---|---|
id: | string OpenContracting Description: The classification code drawn from the selected scheme. |
description: | string OpenContracting Description: A textual description or title for the code. |
uri: | uri OpenContracting Description: A URI to identify the code. In the event individual URIs are not available for items in the identifier scheme this value should be left blank. |