Fuel Consumption for Electricity and Seawater Desalination Industries
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"fuel-consumption-for-electricity",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/fuel-consumption-for-electricity"
}
] - "definitions":{
- "fuel-consumption-for-electricity":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/fuel-consumption-for-electricity_records"
}
}
} - "records":
} - "properties":
- "fuel-consumption-for-electricity_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "fuel_type":,{
- "type":"string",
- "title":"Fuel Type",
- "description":""
} - "yearly_fuel_consumption_in_tbtu":{
- "type":"number",
- "title":"Yearly Fuel Consumption in TBTU",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "fuel-consumption-for-electricity":