Installed Capacity
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"installed-capacity-1998-2013",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/installed-capacity-1998-2013"
}
] - "definitions":{
- "installed-capacity-1998-2013":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/installed-capacity-1998-2013_records"
}
}
} - "records":
} - "properties":
- "installed-capacity-1998-2013_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "installed_capacity":{
- "type":"number",
- "title":"Installed Capacity (Million Kw/h)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "installed-capacity-1998-2013":