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":"biofuels-production-in-petajoules@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/biofuels-production-in-petajoules@kapsarc"
}
] - "definitions":{
- "biofuels-production-in-petajoules@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/biofuels-production-in-petajoules@kapsarc_records"
}
}
} - "records":
} - "properties":
- "biofuels-production-in-petajoules@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "petajoules":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "biofuels_production_pj":,{
- "type":"number",
- "title":"Value (PJ)",
- "description":""
} - "growth_rate_per_annum_2021":,{
- "type":"number",
- "title":"Growth rate per annum 2021",
- "description":""
} - "growth_rate_per_annum_2011_21":,{
- "type":"number",
- "title":"Growth rate per annum 2011-21",
- "description":""
} - "share_2021":{
- "type":"number",
- "title":"Share 2021",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "biofuels-production-in-petajoules@kapsarc":
}