Number of Stations That Equal or Exceed Temperatures of 40 Degrees
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"number-of-stations-that-equal-or-exceed-temperatures-of-40-degrees",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/number-of-stations-that-equal-or-exceed-temperatures-of-40-degrees"
}
] - "definitions":{
- "number-of-stations-that-equal-or-exceed-temperatures-of-40-degrees":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/number-of-stations-that-equal-or-exceed-temperatures-of-40-degrees_records"
}
}
} - "records":
} - "properties":
- "number-of-stations-that-equal-or-exceed-temperatures-of-40-degrees_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "months":,{
- "type":"string",
- "title":"Months",
- "description":""
} - "value":{
- "type":"integer",
- "title":"value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "number-of-stations-that-equal-or-exceed-temperatures-of-40-degrees":