Air Traffic of International Airports in the Kingdom -Flight
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"air-traffic-of-international-airports-in-the-kingdom-flight",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/air-traffic-of-international-airports-in-the-kingdom-flight"
}
] - "definitions":{
- "air-traffic-of-international-airports-in-the-kingdom-flight":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/air-traffic-of-international-airports-in-the-kingdom-flight_records"
}
}
} - "records":
} - "properties":
- "air-traffic-of-international-airports-in-the-kingdom-flight_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year ",
- "description":""
} - "air_traffic_of":,{
- "type":"string",
- "title":"Air traffic of. ",
- "description":""
} - "type":,{
- "type":"string",
- "title":"Type",
- "description":""
} - "airports":,{
- "type":"string",
- "title":"AirPorts",
- "description":""
} - "value":{
- "type":"integer",
- "title":"Value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "air-traffic-of-international-airports-in-the-kingdom-flight":