Top 20 Countries Wind Power Generation Capacity
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"top-20-countries-wind-power-generation-capacity",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/top-20-countries-wind-power-generation-capacity"
}
] - "definitions":{
- "top-20-countries-wind-power-generation-capacity":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/top-20-countries-wind-power-generation-capacity_records"
}
}
} - "records":
} - "properties":
- "top-20-countries-wind-power-generation-capacity_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "yoy_in_2016":,{
- "type":"number",
- "title":"YoY in 2016",
- "description":"",
- "unit":"%"
} - "global_share_in_2016":,{
- "type":"number",
- "title":"Global share in 2016",
- "description":"",
- "unit":"%"
} - "value_wattshour":{
- "type":"number",
- "title":"value (Watts/hour)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "top-20-countries-wind-power-generation-capacity":