records
Oil prices
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":"oil-prices",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/oil-prices"
}
] - "definitions":{
- "oil-prices":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/oil-prices_records"
}
}
} - "records":
} - "properties":
- "oil-prices_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "price":{
- "type":"number",
- "title":"Price",
- "description":"Dollar per Barrel",
- "unit":"$"
}
} - "date":
}
} - "fields":
} - "properties":
} - "oil-prices":
}
Submit a reuse
Click to expand Click to collapse
Please login to submit a new reuse.