Frequency of Sandstorms Per Year/Month
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"frequency-of-sandstorms-per-year-in-saudi-arabia-during-the-period-2010-2018",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/frequency-of-sandstorms-per-year-in-saudi-arabia-during-the-period-2010-2018"
}
] - "definitions":{
- "frequency-of-sandstorms-per-year-in-saudi-arabia-during-the-period-2010-2018":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/frequency-of-sandstorms-per-year-in-saudi-arabia-during-the-period-2010-2018_records"
}
}
} - "records":
} - "properties":
- "frequency-of-sandstorms-per-year-in-saudi-arabia-during-the-period-2010-2018_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "months":,{
- "type":"string",
- "title":"Months",
- "description":""
} - "number_of_times_":,{
- "type":"integer",
- "title":"Number of Times ",
- "description":""
} - "total_number_of_times_in_the_year":{
- "type":"number",
- "title":"Total Number of Times in The year ",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "frequency-of-sandstorms-per-year-in-saudi-arabia-during-the-period-2010-2018":