Gross National Income

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
                       
Income Factors
               

No description available for this field.

Name (identifier)
income_factors
Type
text
Sample
                       
Value in Million SAR
               

No description available for this field.

Name (identifier)
value
Type
decimal
Unit
SAR
Sample
                       

JSON Schema

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

{
  • "title":"gross-national-income",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/gross-national-income"
      }
    ]
    ,
  • "definitions":
    {
    • "gross-national-income":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/gross-national-income_records"
            }
          }
        }
      }
      ,
    • "gross-national-income_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
              ,
            • "income_factors":
              {
              • "type":"string",
              • "title":"Income Factors",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value in Million SAR",
              • "description":"",
              • "unit":"SAR"
              }
            }
          }
        }
      }
    }
}

Similar datasets