Weather statistics – 15-minutes
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"weather-statistics-15-minutes",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/weather-statistics-15-minutes"
}
] - "definitions":{
- "weather-statistics-15-minutes":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/weather-statistics-15-minutes_records"
}
}
} - "records":
} - "properties":
- "weather-statistics-15-minutes_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "country":,{
- "type":"string",
- "title":"country",
- "description":""
} - "latitude":,{
- "type":"number",
- "title":"latitude",
- "description":""
} - "longitude":,{
- "type":"number",
- "title":"longitude",
- "description":""
} - "time":,{
- "type":"string",
- "format":"date-time",
- "title":"time",
- "description":""
} - "dew_point_2m":,{
- "type":"number",
- "title":"dew_point_2m",
- "description":""
} - "visibility":{
- "type":"number",
- "title":"visibility",
- "description":""
}
} - "country":
}
} - "fields":
} - "properties":
} - "weather-statistics-15-minutes":