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)
datayear
Type
date
Sample
                       
Country
               

No description available for this field.

Name (identifier)
entityname
Type
text
Sample
                       
Individuals using the Internet (%)
               

No description available for this field.

Name (identifier)
datavalue
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":
            {
            • "datayear":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "entityname":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "datavalue":
              {
              • "type":"number",
              • "title":"Individuals using the Internet (%)",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets