Number of Customers by Consumption Type
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"the-number-of-customers-by-consumption-type-2006-2009",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/the-number-of-customers-by-consumption-type-2006-2009"
}
] - "definitions":{
- "the-number-of-customers-by-consumption-type-2006-2009":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/the-number-of-customers-by-consumption-type-2006-2009_records"
}
}
} - "records":
} - "properties":
- "the-number-of-customers-by-consumption-type-2006-2009_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "residential_cus":,{
- "type":"number",
- "title":"Residential Cus.",
- "description":""
} - "residential":,{
- "type":"number",
- "title":"Residential (%)",
- "description":""
} - "commercial_cus":,{
- "type":"number",
- "title":"Commercial Cus.",
- "description":""
} - "commercial":,{
- "type":"number",
- "title":"Commercial (%)",
- "description":""
} - "governmental_cus":,{
- "type":"number",
- "title":"Governmental Cus.",
- "description":""
} - "governmental":,{
- "type":"number",
- "title":"Governmental (%)",
- "description":""
} - "streets_cus":,{
- "type":"number",
- "title":"Streets Cus.",
- "description":""
} - "streets":,{
- "type":"number",
- "title":"Streets (%)",
- "description":""
} - "mosques_cus":,{
- "type":"number",
- "title":"Mosques Cus.",
- "description":""
} - "mosques":,{
- "type":"number",
- "title":"Mosques (%)",
- "description":""
} - "hospitals_cus":,{
- "type":"number",
- "title":"Hospitals Cus.",
- "description":""
} - "hospitals":,{
- "type":"number",
- "title":"Hospitals (%)",
- "description":""
} - "charit_asso_cus":,{
- "type":"number",
- "title":"Charit. Asso. Cus.",
- "description":""
} - "charit_asso":,{
- "type":"number",
- "title":"Charit. Asso. (%)",
- "description":""
} - "industrial_cus":,{
- "type":"number",
- "title":"Industrial Cus.",
- "description":""
} - "industrial":,{
- "type":"number",
- "title":"Industrial (%)",
- "description":""
} - "agricultural_cus":,{
- "type":"number",
- "title":"Agricultural Cus.",
- "description":""
} - "agricultural":{
- "type":"number",
- "title":"Agricultural (%)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "the-number-of-customers-by-consumption-type-2006-2009":