records
The Length of The Rain Drainage Networks
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":"the-length-of-the-rain-drainage-networks",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/the-length-of-the-rain-drainage-networks"
}
] - "definitions":{
- "the-length-of-the-rain-drainage-networks":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/the-length-of-the-rain-drainage-networks_records"
}
}
} - "records":
} - "properties":
- "the-length-of-the-rain-drainage-networks_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":""
} - "the_length_of_the_rain_drainage_network_km":{
- "type":"number",
- "title":"The length of the rain drainage network(km) ",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "the-length-of-the-rain-drainage-networks":
}