
"AirportLocationType": {
"type": "object",
"title": "",
"description": "",
"properties": {
"CityName": {
"type": "string",
"title": "",
"description": "Airport city."
},
"StateId": {
"type": "string",
"title": "",
"description": "Airport state"
},
"CountryId": {
"type": "string",
"title": "",
"description": "Airport country, as 2-letter ISO code."
}
}
}