Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"vcm-transaction-volumes-values-and-prices-by-project-standard@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/vcm-transaction-volumes-values-and-prices-by-project-standard@kapsarc"
}
] - "definitions":{
- "vcm-transaction-volumes-values-and-prices-by-project-standard@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/vcm-transaction-volumes-values-and-prices-by-project-standard@kapsarc_records"
}
}
} - "records":
} - "properties":
- "vcm-transaction-volumes-values-and-prices-by-project-standard@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "standard":,{
- "type":"string",
- "title":"STANDARD",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"YEAR",
- "description":""
} - "volume_mtco2e":,{
- "type":"string",
- "title":"VOLUME (MtCO2e)",
- "description":""
} - "value_usd":,{
- "type":"string",
- "title":"VALUE (USD)",
- "description":""
} - "price_usd":,{
- "type":"string",
- "title":"PRICE (USD)",
- "description":""
} - "volume":,{
- "type":"string",
- "title":"VOLUME (Percent Change)",
- "description":""
} - "value":,{
- "type":"string",
- "title":"VALUE (Percent Change)",
- "description":""
} - "price":{
- "type":"string",
- "title":"PRICE (Percent Change)",
- "description":""
}
} - "standard":
}
} - "fields":
} - "properties":
} - "vcm-transaction-volumes-values-and-prices-by-project-standard@kapsarc":
}