Spain's Indigenous Crude Oil Production

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
                       
Month
               

No description available for this field.

Name (identifier)
month
Type
text
Sample
                       
Field
               

No description available for this field.

Name (identifier)
field
Type
text
Sample
                       
Production
               

No description available for this field.

Name (identifier)
production
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"spain-s-indigenous-crude-oil-production",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/spain-s-indigenous-crude-oil-production"
      }
    ]
    ,
  • "definitions":
    {
    • "spain-s-indigenous-crude-oil-production":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/spain-s-indigenous-crude-oil-production_records"
            }
          }
        }
      }
      ,
    • "spain-s-indigenous-crude-oil-production_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "field":
              {
              • "type":"string",
              • "title":"Field",
              • "description":""
              }
              ,
            • "production":
              {
              • "type":"number",
              • "title":"Production",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets