India Crude Oil Imports

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
text
Sample
                       
Region/Country
               

No description available for this field.

Name (identifier)
region_country
Type
text
Sample
                       
value
               

No description available for this field.

Name (identifier)
value
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"crude-oil-imports-to-india",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/crude-oil-imports-to-india"
      }
    ]
    ,
  • "definitions":
    {
    • "crude-oil-imports-to-india":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/crude-oil-imports-to-india_records"
            }
          }
        }
      }
      ,
    • "crude-oil-imports-to-india_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "title":"Year",
              • "description":""
              }
              ,
            • "region_country":
              {
              • "type":"string",
              • "title":"Region/Country",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"string",
              • "title":"value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets