Bahraini Unemployment by Gender
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"bahraini-unemployment-by-gender",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/bahraini-unemployment-by-gender"
}
] - "definitions":{
- "bahraini-unemployment-by-gender":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/bahraini-unemployment-by-gender_records"
}
}
} - "records":
} - "properties":
- "bahraini-unemployment-by-gender_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "month":,{
- "type":"string",
- "title":"month",
- "description":""
} - "value_rate":,{
- "type":"string",
- "title":"Number / Rate",
- "description":""
} - "value":{
- "type":"number",
- "title":"Unemployment",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "bahraini-unemployment-by-gender":