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":"world-oil-demand-supply@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/world-oil-demand-supply@kapsarc"
}
] - "definitions":{
- "world-oil-demand-supply@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/world-oil-demand-supply@kapsarc_records"
}
}
} - "records":
} - "properties":
- "world-oil-demand-supply@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "world-oil-demand-supply@kapsarc":
}