Gasoline Prices
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"gasoline-prices",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gasoline-prices"
}
] - "definitions":{
- "gasoline-prices":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gasoline-prices_records"
}
}
} - "records":
} - "properties":
- "gasoline-prices_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "currency":,{
- "type":"string",
- "title":"Currency",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "gasoline_price":{
- "type":"number",
- "title":"Gasoline Price",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "gasoline-prices":