records
Parks Visitors in Ajman
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"parks-visitors-in-ajman",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/parks-visitors-in-ajman"
}
] - "definitions":{
- "parks-visitors-in-ajman":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/parks-visitors-in-ajman_records"
}
}
} - "records":
} - "properties":
- "parks-visitors-in-ajman_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"Year",
- "description":""
} - "month_ar":,{
- "type":"string",
- "title":"Month_AR",
- "description":""
} - "month_en":,{
- "type":"string",
- "title":"Month_EN",
- "description":""
} - "park_name_en":,{
- "type":"string",
- "title":"Park Name_EN",
- "description":""
} - "park_name_ar":,{
- "type":"string",
- "title":"Park Name_AR",
- "description":""
} - "numne_of_parks_visitors":{
- "type":"string",
- "title":"Numne of parks visitors",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "parks-visitors-in-ajman":
}