Tourism Activity in The Kingdom
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"tourism-activity-in-the-kingdom",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/tourism-activity-in-the-kingdom"
}
] - "definitions":{
- "tourism-activity-in-the-kingdom":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/tourism-activity-in-the-kingdom_records"
}
}
} - "records":
} - "properties":
- "tourism-activity-in-the-kingdom_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "type_of_tourism":,{
- "type":"string",
- "title":"Type of Tourism",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "name":,{
- "type":"string",
- "title":"Name",
- "description":""
} - "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "date_object":{
- "type":"string",
- "format":"date",
- "title":"Date_Object",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "tourism-activity-in-the-kingdom":