records
Number of Rain Water Pimping Stations
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"number-of-rain-water-pimping-stations",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/number-of-rain-water-pimping-stations"
}
] - "definitions":{
- "number-of-rain-water-pimping-stations":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/number-of-rain-water-pimping-stations_records"
}
}
} - "records":
} - "properties":
- "number-of-rain-water-pimping-stations_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "service_ar":,{
- "type":"string",
- "title":"Service_AR",
- "description":""
} - "service_en":,{
- "type":"string",
- "title":"Service_EN",
- "description":""
} - "category_ar":,{
- "type":"string",
- "title":"Category_AR",
- "description":""
} - "category_en":,{
- "type":"string",
- "title":"Category_EN",
- "description":""
} - "number_of_rain_water_pumping_stations":{
- "type":"number",
- "title":"Number of rain water pumping stations",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "number-of-rain-water-pimping-stations":
}