Temperature change on land
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"temperature-change-on-land",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/temperature-change-on-land"
}
] - "definitions":{
- "temperature-change-on-land":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/temperature-change-on-land_records"
}
}
} - "records":
} - "properties":
- "temperature-change-on-land_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "area_code_m49":,{
- "type":"string",
- "title":"Area Code (M49)",
- "description":""
} - "area":,{
- "type":"string",
- "title":"Area",
- "description":""
} - "element_code":,{
- "type":"string",
- "title":"Element Code",
- "description":""
} - "element":,{
- "type":"string",
- "title":"Element",
- "description":""
} - "months_code":,{
- "type":"string",
- "title":"Months Code",
- "description":""
} - "months":,{
- "type":"string",
- "title":"Months",
- "description":""
} - "year_code":,{
- "type":"string",
- "title":"Year Code",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "unit":,{
- "type":"string",
- "title":"Unit",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "flag":,{
- "type":"string",
- "title":"Flag",
- "description":""
} - "flag_description":{
- "type":"string",
- "title":"Flag Description",
- "description":""
}
} - "area_code_m49":
}
} - "fields":
} - "properties":
} - "temperature-change-on-land":