Production of Refined Products by Product Type
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"production-of-refined-products-by-product-type-1962-2015",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/production-of-refined-products-by-product-type-1962-2015"
}
] - "definitions":{
- "production-of-refined-products-by-product-type-1962-2015":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/production-of-refined-products-by-product-type-1962-2015_records"
}
}
} - "records":
} - "properties":
- "production-of-refined-products-by-product-type-1962-2015_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "refined_products":,{
- "type":"string",
- "title":"Refined Product",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "date_object":{
- "type":"string",
- "format":"date",
- "title":"Date_Object",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "production-of-refined-products-by-product-type-1962-2015":