India Oil Database
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"india-crude-oil-indicators",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/india-crude-oil-indicators"
}
] - "definitions":{
- "india-crude-oil-indicators":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/india-crude-oil-indicators_records"
}
}
} - "records":
} - "properties":
- "india-crude-oil-indicators_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Time Period",
- "description":""
} - "energy_product_name":,{
- "type":"string",
- "title":"Energy Product Name",
- "description":""
} - "flow_breakdown":,{
- "type":"string",
- "title":"Flow breakdown",
- "description":""
} - "unit_measure":,{
- "type":"string",
- "title":"Unit of Measure",
- "description":""
} - "obs_value":,{
- "type":"string",
- "title":"OBS_VALUE",
- "description":""
} - "assessment_code":{
- "type":"integer",
- "title":"Assessment Code",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "india-crude-oil-indicators":