Compliance carbon pricing instruments prices
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"compliance-carbon-pricing-instruments-prices",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/compliance-carbon-pricing-instruments-prices"
}
] - "definitions":{
- "compliance-carbon-pricing-instruments-prices":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/compliance-carbon-pricing-instruments-prices_records"
}
}
} - "records":
} - "properties":
- "compliance-carbon-pricing-instruments-prices_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "name_of_the_initiative":,{
- "type":"string",
- "title":"Name of the initiative",
- "description":""
} - "instrument_type":,{
- "type":"string",
- "title":"Instrument Type",
- "description":""
} - "jurisdiction_covered":,{
- "type":"string",
- "title":"Jurisdiction Covered",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "income_group":,{
- "type":"string",
- "title":"Income group",
- "description":""
} - "start_date":,{
- "type":"string",
- "format":"date",
- "title":"Start date",
- "description":""
} - "price_rate_label":,{
- "type":"string",
- "title":"Price rate label",
- "description":""
} - "attribute":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Price",
- "description":""
} - "metric":{
- "type":"string",
- "title":"Unit",
- "description":""
}
} - "name_of_the_initiative":
}
} - "fields":
} - "properties":
} - "compliance-carbon-pricing-instruments-prices":