Percentage of Individuals using the Internet

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
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Individuals using Internet %
               

No description available for this field.

Name (identifier)
individuals_using_internet_
Type
decimal
Unit
%
Sample
                       

JSON Schema

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

{
  • "title":"percentage-of-individuals-using-the-internet0",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/percentage-of-individuals-using-the-internet0"
      }
    ]
    ,
  • "definitions":
    {
    • "percentage-of-individuals-using-the-internet0":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/percentage-of-individuals-using-the-internet0_records"
            }
          }
        }
      }
      ,
    • "percentage-of-individuals-using-the-internet0_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "individuals_using_internet_":
              {
              • "type":"number",
              • "title":"Individuals using Internet %",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets