Average of Daily Water Export by SWCC

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
                       
Region
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
Water Export
               

No description available for this field.

Name (identifier)
water_export
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"average-of-daily-water-export-by-swcc-cubic-meter",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/average-of-daily-water-export-by-swcc-cubic-meter"
      }
    ]
    ,
  • "definitions":
    {
    • "average-of-daily-water-export-by-swcc-cubic-meter":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/average-of-daily-water-export-by-swcc-cubic-meter_records"
            }
          }
        }
      }
      ,
    • "average-of-daily-water-export-by-swcc-cubic-meter_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "water_export":
              {
              • "type":"integer",
              • "title":"Water Export",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets