Refineries Input Quantities by Type
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"refineries-input-quantities-by-type",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/refineries-input-quantities-by-type"
}
] - "definitions":{
- "refineries-input-quantities-by-type":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/refineries-input-quantities-by-type_records"
}
}
} - "records":
} - "properties":
- "refineries-input-quantities-by-type_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "title":"TIME_PERIOD",
- "description":""
} - "ref_area":,{
- "type":"string",
- "title":"REF_AREA",
- "description":""
} - "freq":,{
- "type":"string",
- "title":"FREQ",
- "description":""
} - "unit_measure":,{
- "type":"string",
- "title":"UNIT_MEASURE",
- "description":""
} - "source_detail":,{
- "type":"string",
- "title":"SOURCE_DETAIL",
- "description":""
} - "measure":,{
- "type":"string",
- "title":"MEASURE",
- "description":""
} - "co_input":,{
- "type":"string",
- "title":"CO_INPUT",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Quantity (000 Barrele /day)",
- "description":""
} - "decimals":{
- "type":"string",
- "title":"DECIMALS",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "refineries-input-quantities-by-type":