Gasoline price
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"gasoline-price-1991-2016",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gasoline-price-1991-2016"
}
] - "definitions":{
- "gasoline-price-1991-2016":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gasoline-price-1991-2016_records"
}
}
} - "records":
} - "properties":
- "gasoline-price-1991-2016_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "incomegroup":,{
- "type":"string",
- "title":"IncomeGroup",
- "description":""
} - "specialnotes":,{
- "type":"string",
- "title":"SpecialNotes",
- "description":""
} - "indicator_name":,{
- "type":"string",
- "title":"Indicator Name",
- "description":""
} - "value":{
- "type":"number",
- "title":"value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "gasoline-price-1991-2016":