Air Traffic in the Kingdom's Internal Airports
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"air-traffic-in-the-kingdom-s-internal-airports",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/air-traffic-in-the-kingdom-s-internal-airports"
}
] - "definitions":{
- "air-traffic-in-the-kingdom-s-internal-airports":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/air-traffic-in-the-kingdom-s-internal-airports_records"
}
}
} - "records":
} - "properties":
- "air-traffic-in-the-kingdom-s-internal-airports_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "type":,{
- "type":"string",
- "title":"Type",
- "description":""
} - "airport":,{
- "type":"string",
- "title":"Airport",
- "description":""
} - "value":,{
- "type":"number",
- "title":"value",
- "description":""
} - "total":{
- "type":"number",
- "title":"Total",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "air-traffic-in-the-kingdom-s-internal-airports":