Refinery Distillation Capacity,Throughput and Output
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"refinery-distillation-capacitythroughput-and-output",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/refinery-distillation-capacitythroughput-and-output"
}
] - "definitions":{
- "refinery-distillation-capacitythroughput-and-output":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/refinery-distillation-capacitythroughput-and-output_records"
}
}
} - "records":
} - "properties":
- "refinery-distillation-capacitythroughput-and-output_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country_or_area":,{
- "type":"string",
- "title":"Country or Area",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value (TMT)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "refinery-distillation-capacitythroughput-and-output":