Number of Stations That Equal or Exceed Temperatures of 40 Degrees

المرفقات

انقر للتوسيع انقر للطي

مخطط مجموعة البيانات

انقر للتوسيع انقر للطي
Year
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
year
نوع
تاريخ
عينة
                       
Months
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
months
نوع
نص
عينة
                       
value
               

لا يتوفر أي وصف لهذا الحقل.

الاسم (معرّف)
value
نوع
int
عينة
                       

مخطط 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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets