World Population

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Country Name
               

No description available for this field.

Name (identifier)
country_name
Type
text
Sample
                       
Population
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"world-population",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/world-population"
      }
    ]
    ,
  • "definitions":
    {
    • "world-population":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/world-population_records"
            }
          }
        }
      }
      ,
    • "world-population_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "country_name":
              {
              • "type":"string",
              • "title":"Country Name",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Population",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets