Consumption 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
                       
Months
               

No description available for this field.

Name (identifier)
months
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Measure
               

No description available for this field.

Name (identifier)
measure
Type
text
Sample
                       
Consumption 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":"consumption-of-fresh-water",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/consumption-of-fresh-water"
      }
    ]
    ,
  • "definitions":
    {
    • "consumption-of-fresh-water":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/consumption-of-fresh-water_records"
            }
          }
        }
      }
      ,
    • "consumption-of-fresh-water_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "months":
              {
              • "type":"string",
              • "title":"Months",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "measure":
              {
              • "type":"string",
              • "title":"Measure",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Consumption Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets