Gross and daily average production of fresh water

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
                       
Gross Production
               

No description available for this field.

Name (identifier)
gross_production
Type
decimal
Sample
                       
Daily Average
               

No description available for this field.

Name (identifier)
daily_average
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"gross-and-daily-average-production-of-fresh-water",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/gross-and-daily-average-production-of-fresh-water"
      }
    ]
    ,
  • "definitions":
    {
    • "gross-and-daily-average-production-of-fresh-water":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/gross-and-daily-average-production-of-fresh-water_records"
            }
          }
        }
      }
      ,
    • "gross-and-daily-average-production-of-fresh-water_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "gross_production":
              {
              • "type":"number",
              • "title":"Gross Production",
              • "description":""
              }
              ,
            • "daily_average":
              {
              • "type":"number",
              • "title":"Daily Average",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets