Balance of Payments

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
                       
Account Type
               

No description available for this field.

Name (identifier)
account_type
Type
text
Sample
                       
Indicators
               

No description available for this field.

Name (identifier)
indicators
Type
text
Sample
                       
Balance in Million Omani Riyal
               

No description available for this field.

Name (identifier)
balance_in_million_omani_riyal
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"balance-of-payments0",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/balance-of-payments0"
      }
    ]
    ,
  • "definitions":
    {
    • "balance-of-payments0":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/balance-of-payments0_records"
            }
          }
        }
      }
      ,
    • "balance-of-payments0_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "account_type":
              {
              • "type":"string",
              • "title":"Account Type",
              • "description":""
              }
              ,
            • "indicators":
              {
              • "type":"string",
              • "title":"Indicators",
              • "description":""
              }
              ,
            • "balance_in_million_omani_riyal":
              {
              • "type":"number",
              • "title":"Balance in Million Omani Riyal",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets