Population Indicators

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Country Name
               

No description available for this field.

Name (identifier)
country_name
Type
text
Sample
                       
Population Indicator
               

No description available for this field.

Name (identifier)
series_name
Type
text
Sample
                       
Indicator Value
               

No description available for this field.

Name (identifier)
indicator_value
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"saudi-arabia-population-data-1960-2015",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/saudi-arabia-population-data-1960-2015"
      }
    ]
    ,
  • "definitions":
    {
    • "saudi-arabia-population-data-1960-2015":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/saudi-arabia-population-data-1960-2015_records"
            }
          }
        }
      }
      ,
    • "saudi-arabia-population-data-1960-2015_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "country_name":
              {
              • "type":"string",
              • "title":"Country Name",
              • "description":""
              }
              ,
            • "series_name":
              {
              • "type":"string",
              • "title":"Population Indicator",
              • "description":""
              }
              ,
            • "indicator_value":
              {
              • "type":"number",
              • "title":"Indicator Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets