Total Population Both Gender

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
                       
Variant
               

No description available for this field.

Name (identifier)
variant
Type
text
Sample
                       
Label
               

No description available for this field.

Name (identifier)
label
Type
text
Sample
                       
Region, subregion, country or area *
               

No description available for this field.

Name (identifier)
region_subregion_country_or_area
Type
text
Sample
                       
Type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
Value
               

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":"total-population-both-gender",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/total-population-both-gender"
      }
    ]
    ,
  • "definitions":
    {
    • "total-population-both-gender":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/total-population-both-gender_records"
            }
          }
        }
      }
      ,
    • "total-population-both-gender_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "variant":
              {
              • "type":"string",
              • "title":"Variant",
              • "description":""
              }
              ,
            • "label":
              {
              • "type":"string",
              • "title":"Label",
              • "description":""
              }
              ,
            • "region_subregion_country_or_area":
              {
              • "type":"string",
              • "title":"Region, subregion, country or area *",
              • "description":""
              }
              ,
            • "type":
              {
              • "type":"string",
              • "title":"Type",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets