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":"petroleum-data-monthly-of-nigeria-2012@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/petroleum-data-monthly-of-nigeria-2012@kapsarc"
}
] - "definitions":{
- "petroleum-data-monthly-of-nigeria-2012@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/petroleum-data-monthly-of-nigeria-2012@kapsarc_records"
}
}
} - "records":
} - "properties":
- "petroleum-data-monthly-of-nigeria-2012@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "frequency":,{
- "type":"string",
- "title":"Frequency",
- "description":""
} - "state_name":,{
- "type":"string",
- "title":"STATE_NAME",
- "description":""
} - "indicator_name":,{
- "type":"string",
- "title":"Indicator Name",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "petroleum-data-monthly-of-nigeria-2012@kapsarc":
}