Distribution of No. of Customers According to Capacity of Meter Breaker Upto 2009
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"distribution-of-no-of-customers-according-to-capacity-of-meter-breaker-upto-2009",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/distribution-of-no-of-customers-according-to-capacity-of-meter-breaker-upto-2009"
}
] - "definitions":{
- "distribution-of-no-of-customers-according-to-capacity-of-meter-breaker-upto-2009":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/distribution-of-no-of-customers-according-to-capacity-of-meter-breaker-upto-2009_records"
}
}
} - "records":
} - "properties":
- "distribution-of-no-of-customers-according-to-capacity-of-meter-breaker-upto-2009_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "over_400_amps":,{
- "type":"integer",
- "title":" Over 400 Amps",
- "description":""
} - "300_amps":,{
- "type":"integer",
- "title":"300 Amps",
- "description":""
} - "200_amps":,{
- "type":"integer",
- "title":"200 Amps",
- "description":""
} - "100_amps":,{
- "type":"integer",
- "title":"100 Amps",
- "description":""
} - "60_amps":{
- "type":"integer",
- "title":"60 Amps",
- "description":""
}
} - "over_400_amps":
}
} - "fields":
} - "properties":
} - "distribution-of-no-of-customers-according-to-capacity-of-meter-breaker-upto-2009":