Quantity of used water by authority
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"quantity-of-used-water-by-authority",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/quantity-of-used-water-by-authority"
}
] - "definitions":{
- "quantity-of-used-water-by-authority":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/quantity-of-used-water-by-authority_records"
}
}
} - "records":
} - "properties":
- "quantity-of-used-water-by-authority_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "authority":,{
- "type":"string",
- "title":"Authority",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value (MCM)",
- "description":""
}
} - "authority":
}
} - "fields":
} - "properties":
} - "quantity-of-used-water-by-authority":