Crude Oil Exports, According to Destination

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
                       
Export Destination
               

No description available for this field.

Name (identifier)
export_destination
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Crude Oil Exports (Barrels/day)
               

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":"crude-oil-exports-according-to-destination-barrels-per-day-2005-2014",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/crude-oil-exports-according-to-destination-barrels-per-day-2005-2014"
      }
    ]
    ,
  • "definitions":
    {
    • "crude-oil-exports-according-to-destination-barrels-per-day-2005-2014":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/crude-oil-exports-according-to-destination-barrels-per-day-2005-2014_records"
            }
          }
        }
      }
      ,
    • "crude-oil-exports-according-to-destination-barrels-per-day-2005-2014_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "export_destination":
              {
              • "type":"string",
              • "title":"Export Destination",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Crude Oil Exports (Barrels/day)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets