Spain Natural Gas Production Balance

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
                       
Production
               

No description available for this field.

Name (identifier)
production
Type
text
Sample
                       
Flow
               

No description available for this field.

Name (identifier)
flow
Type
text
Sample
                       
Value
               

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":"spain-natural-gas-production-balance",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/spain-natural-gas-production-balance"
      }
    ]
    ,
  • "definitions":
    {
    • "spain-natural-gas-production-balance":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/spain-natural-gas-production-balance_records"
            }
          }
        }
      }
      ,
    • "spain-natural-gas-production-balance_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "production":
              {
              • "type":"string",
              • "title":"Production",
              • "description":""
              }
              ,
            • "flow":
              {
              • "type":"string",
              • "title":"Flow",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets