records

records

Active filters Clear all

No active filters

Filters

Digital Economy Data by Economic Activity

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
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Economic activity
               

No description available for this field.

Name (identifier)
economic_activity
Type
text
Sample
                       
value in %
               

No description available for this field.

Name (identifier)
value_in
Type
decimal
Unit
%
Sample
                       

JSON Schema

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

{
  • "title":"digital-economy-data",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/digital-economy-data"
      }
    ]
    ,
  • "definitions":
    {
    • "digital-economy-data":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/digital-economy-data_records"
            }
          }
        }
      }
      ,
    • "digital-economy-data_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "economic_activity":
              {
              • "type":"string",
              • "title":"Economic activity",
              • "description":""
              }
              ,
            • "value_in":
              {
              • "type":"number",
              • "title":"value in %",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets