Percentage of Extracted or Produced Water to Total Freshwater by Source
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"percentage-of-extracted-or-produced-water-to-total-freshwater-by-source",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/percentage-of-extracted-or-produced-water-to-total-freshwater-by-source"
}
] - "definitions":{
- "percentage-of-extracted-or-produced-water-to-total-freshwater-by-source":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/percentage-of-extracted-or-produced-water-to-total-freshwater-by-source_records"
}
}
} - "records":
} - "properties":
- "percentage-of-extracted-or-produced-water-to-total-freshwater-by-source_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"year",
- "description":""
} - "variable":,{
- "type":"string",
- "title":"Variable",
- "description":""
} - "million_cubic_meters_per_year_mm3_per_year":{
- "type":"number",
- "title":"Million cubic meters per year (Mm3 per year)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "percentage-of-extracted-or-produced-water-to-total-freshwater-by-source":