Foreigners Entering and Leaving By Port of Entry
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"saudi-arabia-foreigners-entering-and-leaving-distributed-by-port-of-entry",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/saudi-arabia-foreigners-entering-and-leaving-distributed-by-port-of-entry"
}
] - "definitions":{
- "saudi-arabia-foreigners-entering-and-leaving-distributed-by-port-of-entry":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/saudi-arabia-foreigners-entering-and-leaving-distributed-by-port-of-entry_records"
}
}
} - "records":
} - "properties":
- "saudi-arabia-foreigners-entering-and-leaving-distributed-by-port-of-entry_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "port_type":,{
- "type":"string",
- "title":"Port Type",
- "description":""
} - "ports":,{
- "type":"string",
- "title":"Ports",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "indicator_value":{
- "type":"integer",
- "title":"Indicator Value",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "saudi-arabia-foreigners-entering-and-leaving-distributed-by-port-of-entry":