Electricity Consumption per Customer
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"electricity-consumption-per-customer",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/electricity-consumption-per-customer"
}
] - "definitions":{
- "electricity-consumption-per-customer":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/electricity-consumption-per-customer_records"
}
}
} - "records":
} - "properties":
- "electricity-consumption-per-customer_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "kwh_customer":{
- "type":"number",
- "title":"Consumption (KWh/Customer)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "electricity-consumption-per-customer":