Carbon prices across ETSs and Carbon taxes
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"carbon-prices",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/carbon-prices"
}
] - "definitions":{
- "carbon-prices":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/carbon-prices_records"
}
}
} - "records":
} - "properties":
- "carbon-prices_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "name_of_the_initiative":,{
- "type":"string",
- "title":"Name of the initiative",
- "description":""
} - "jurisdiction_covered":,{
- "type":"string",
- "title":"Jurisdiction Covered",
- "description":""
} - "instrument_type":,{
- "type":"string",
- "title":"Instrument Type",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "price_rate":,{
- "type":"string",
- "title":"Price rate",
- "description":""
} - "price":,{
- "type":"number",
- "title":"Carbon Price (USD/tCO2e)",
- "description":""
} - "label":{
- "type":"string",
- "title":"Label",
- "description":""
}
} - "name_of_the_initiative":
}
} - "fields":
} - "properties":
} - "carbon-prices":