Middle East and Central Asia Regional Economic Outlook (MCDREO)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
COUNTRY_ID
               

No description available for this field.

Name (identifier)
country_id
Type
integer
Sample
                       
DATE
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
COUNTRY_NAME
               

No description available for this field.

Name (identifier)
country_name
Type
text
Sample
                       
COUNTRY_REGIONID
               

No description available for this field.

Name (identifier)
country_regionid
Type
text
Sample
                       
FREQUENCY
               

No description available for this field.

Name (identifier)
frequency
Type
text
Sample
                       
INDICATOR_ID
               

No description available for this field.

Name (identifier)
indicator_id
Type
text
Sample
                       
INDICATOR_NAME
               

No description available for this field.

Name (identifier)
indicator_name
Type
text
Sample
                       
INDICATOR_UNIT
               

No description available for this field.

Name (identifier)
indicator_unit
Type
text
Sample
                       
VALUE
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
INDICATOR_SOURCE-NAME
               

No description available for this field.

Name (identifier)
indicator_source_name
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"middle-east-and-central-asia-regional-economic-outlook-mcdreo",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/middle-east-and-central-asia-regional-economic-outlook-mcdreo"
      }
    ]
    ,
  • "definitions":
    {
    • "middle-east-and-central-asia-regional-economic-outlook-mcdreo":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/middle-east-and-central-asia-regional-economic-outlook-mcdreo_records"
            }
          }
        }
      }
      ,
    • "middle-east-and-central-asia-regional-economic-outlook-mcdreo_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "country_id":
              {
              • "type":"integer",
              • "title":"COUNTRY_ID",
              • "description":""
              }
              ,
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"DATE",
              • "description":""
              }
              ,
            • "country_name":
              {
              • "type":"string",
              • "title":"COUNTRY_NAME",
              • "description":""
              }
              ,
            • "country_regionid":
              {
              • "type":"string",
              • "title":"COUNTRY_REGIONID",
              • "description":""
              }
              ,
            • "frequency":
              {
              • "type":"string",
              • "title":"FREQUENCY",
              • "description":""
              }
              ,
            • "indicator_id":
              {
              • "type":"string",
              • "title":"INDICATOR_ID",
              • "description":""
              }
              ,
            • "indicator_name":
              {
              • "type":"string",
              • "title":"INDICATOR_NAME",
              • "description":""
              }
              ,
            • "indicator_unit":
              {
              • "type":"string",
              • "title":"INDICATOR_UNIT",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"VALUE",
              • "description":""
              }
              ,
            • "indicator_source_name":
              {
              • "type":"string",
              • "title":"INDICATOR_SOURCE-NAME",
              • "description":""
              }
            }
          }
        }
      }
    }
}