Economic Survey Foreign Exchange Reserves

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Indicator Name
               

No description available for this field.

Name (identifier)
indicator_name
Type
text
Sample
                       
Item
               

No description available for this field.

Name (identifier)
item
Type
text
Sample
                       
Units
               

No description available for this field.

Name (identifier)
units
Type
text
Sample
                       
Foreign Exchange Reserves
               

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":"economic-survey-foreign-exchange-reserves",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/economic-survey-foreign-exchange-reserves"
      }
    ]
    ,
  • "definitions":
    {
    • "economic-survey-foreign-exchange-reserves":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/economic-survey-foreign-exchange-reserves_records"
            }
          }
        }
      }
      ,
    • "economic-survey-foreign-exchange-reserves_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "indicator_name":
              {
              • "type":"string",
              • "title":"Indicator Name",
              • "description":""
              }
              ,
            • "item":
              {
              • "type":"string",
              • "title":"Item",
              • "description":""
              }
              ,
            • "units":
              {
              • "type":"string",
              • "title":"Units",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Foreign Exchange Reserves",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets