One Parent Families and Children by Gender of Parent
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"one-parent-families-and-children-by-sex-of-parent-2013",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/one-parent-families-and-children-by-sex-of-parent-2013"
}
] - "definitions":{
- "one-parent-families-and-children-by-sex-of-parent-2013":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/one-parent-families-and-children-by-sex-of-parent-2013_records"
}
}
} - "records":
} - "properties":
- "one-parent-families-and-children-by-sex-of-parent-2013_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "parent_gender":,{
- "type":"string",
- "title":"Parent Gender",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "value":{
- "type":"number",
- "title":"value",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "one-parent-families-and-children-by-sex-of-parent-2013":