Average of Consumer Price Index and rate of change by city
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"average-of-consumer-price-index-by-city",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/average-of-consumer-price-index-by-city"
}
] - "definitions":{
- "average-of-consumer-price-index-by-city":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/average-of-consumer-price-index-by-city_records"
}
}
} - "records":
} - "properties":
- "average-of-consumer-price-index-by-city_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "city":,{
- "type":"string",
- "title":"City",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "average-of-consumer-price-index-by-city":