records

records

Active filters Clear all

No active filters

Filters

Ease of Doing Business Rankings

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Economy
               

No description available for this field.

Name (identifier)
economy
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Ranking/Index
               

No description available for this field.

Name (identifier)
ranking
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"ease-of-doing-business-rankings",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ease-of-doing-business-rankings"
      }
    ]
    ,
  • "definitions":
    {
    • "ease-of-doing-business-rankings":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ease-of-doing-business-rankings_records"
            }
          }
        }
      }
      ,
    • "ease-of-doing-business-rankings_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "economy":
              {
              • "type":"string",
              • "title":"Economy",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "ranking":
              {
              • "type":"integer",
              • "title":"Ranking/Index",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets