Climate Change WorldBank Data
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"climate-change-worldbank",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/climate-change-worldbank"
}
] - "definitions":{
- "climate-change-worldbank":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/climate-change-worldbank_records"
}
}
} - "records":
} - "properties":
- "climate-change-worldbank_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "scale":,{
- "type":"string",
- "title":"Scale",
- "description":""
} - "decimals":,{
- "type":"string",
- "title":"Decimals",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "climate-change-worldbank":