Population by Age
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"japan-population-by-age-5-year-group-2010",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/japan-population-by-age-5-year-group-2010"
}
] - "definitions":{
- "japan-population-by-age-5-year-group-2010":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/japan-population-by-age-5-year-group-2010_records"
}
}
} - "records":
} - "properties":
- "japan-population-by-age-5-year-group-2010_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "age_group_name":,{
- "type":"string",
- "title":"Age Group Name",
- "description":""
} - "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "frequency":,{
- "type":"string",
- "title":"Frequency",
- "description":""
} - "indicator_name":,{
- "type":"string",
- "title":"Indicator Name",
- "description":""
} - "measure_name":,{
- "type":"string",
- "title":"Measure Name",
- "description":""
} - "sex_name":,{
- "type":"string",
- "title":"Sex Name",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "age_group_name":
}
} - "fields":
} - "properties":
} - "japan-population-by-age-5-year-group-2010":