Global Innovation Index

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
DATE
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
COUNTRY_NAME
               

No description available for this field.

Name (identifier)
country_name
Type
text
Sample
                       
FREQUENCY
               

No description available for this field.

Name (identifier)
frequency
Type
text
Sample
                       
INDICATOR_NAME
               

No description available for this field.

Name (identifier)
indicator_name
Type
text
Sample
                       
INDICATOR_DESCRIPTION
               

No description available for this field.

Name (identifier)
indicator_description
Type
text
Sample
                       
INDICATOR_UNIT
               

No description available for this field.

Name (identifier)
indicator_unit
Type
text
Sample
                       
MEASURE_NAME
               

No description available for this field.

Name (identifier)
measure_name
Type
text
Sample
                       
MEASURE_UNIT
               

No description available for this field.

Name (identifier)
measure_unit
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":"global-innovation-index-2015",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/global-innovation-index-2015"
      }
    ]
    ,
  • "definitions":
    {
    • "global-innovation-index-2015":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/global-innovation-index-2015_records"
            }
          }
        }
      }
      ,
    • "global-innovation-index-2015_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"DATE",
              • "description":""
              }
              ,
            • "country_name":
              {
              • "type":"string",
              • "title":"COUNTRY_NAME",
              • "description":""
              }
              ,
            • "frequency":
              {
              • "type":"string",
              • "title":"FREQUENCY",
              • "description":""
              }
              ,
            • "indicator_name":
              {
              • "type":"string",
              • "title":"INDICATOR_NAME",
              • "description":""
              }
              ,
            • "indicator_description":
              {
              • "type":"string",
              • "title":"INDICATOR_DESCRIPTION",
              • "description":""
              }
              ,
            • "indicator_unit":
              {
              • "type":"string",
              • "title":"INDICATOR_UNIT",
              • "description":""
              }
              ,
            • "measure_name":
              {
              • "type":"string",
              • "title":"MEASURE_NAME",
              • "description":""
              }
              ,
            • "measure_unit":
              {
              • "type":"string",
              • "title":"MEASURE_UNIT",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"VALUE",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets