Total Live Births by Gender and Country
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"unece-statistical-division-gender-statistics-families-and-households",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/unece-statistical-division-gender-statistics-families-and-households"
}
] - "definitions":{
- "unece-statistical-division-gender-statistics-families-and-households":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/unece-statistical-division-gender-statistics-families-and-households_records"
}
}
} - "records":
} - "properties":
- "unece-statistical-division-gender-statistics-families-and-households_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "gender":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "value":{
- "type":"number",
- "title":"Live Births",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "unece-statistical-division-gender-statistics-families-and-households":