Mean Age of Women at Birth of First Child
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"mean-age-of-women-at-birth-of-first-child-2012",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/mean-age-of-women-at-birth-of-first-child-2012"
}
] - "definitions":{
- "mean-age-of-women-at-birth-of-first-child-2012":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/mean-age-of-women-at-birth-of-first-child-2012_records"
}
}
} - "records":
} - "properties":
- "mean-age-of-women-at-birth-of-first-child-2012_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "value":{
- "type":"number",
- "title":"Mean age",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "mean-age-of-women-at-birth-of-first-child-2012":