Public Finance and Employment: Kinds of Revenue

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
                       
Value in Million local currency
               

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":"public-finance-and-employment-kinds-of-revenue",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/public-finance-and-employment-kinds-of-revenue"
      }
    ]
    ,
  • "definitions":
    {
    • "public-finance-and-employment-kinds-of-revenue":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/public-finance-and-employment-kinds-of-revenue_records"
            }
          }
        }
      }
      ,
    • "public-finance-and-employment-kinds-of-revenue_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value in Million local currency",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets