Worldbank - Gender Statistics
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"worldbank-gender-statistics-gcc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/worldbank-gender-statistics-gcc"
}
] - "definitions":{
- "worldbank-gender-statistics-gcc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/worldbank-gender-statistics-gcc_records"
}
}
} - "records":
} - "properties":
- "worldbank-gender-statistics-gcc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country_name":,{
- "type":"string",
- "title":"Country Name",
- "description":""
} - "indicator_name":,{
- "type":"string",
- "title":"Indicator Name",
- "description":""
} - "aggregation_method":,{
- "type":"string",
- "title":"Aggregation method",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "periodicity":
}
} - "fields":
} - "properties":
} - "worldbank-gender-statistics-gcc":