Skip to content

Instantly share code, notes, and snippets.

@JirkaChadima
Last active November 4, 2019 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JirkaChadima/86489220c70666eeef1494143483185c to your computer and use it in GitHub Desktop.
Save JirkaChadima/86489220c70666eeef1494143483185c to your computer and use it in GitHub Desktop.
Airline ORG.JSON for London 2019 Hackathon
{
"updatedAt": "2019-11-04T08:12:35.584Z",
"dataFormatVersion": "0.2.3",
"legalEntity": {
"name": "Onboarding demo airline",
"contacts": {
"general": {
"email": "my-airline@example.com",
"phone": "+40213191564",
"url": "https://airline.example.com"
}
},
"address": {
"road": "Transylvania Road",
"houseNumber": "789",
"postcode": "33312",
"city": "Dragolm",
"countryCode": "RO"
}
},
"airline": {
"name": "Onboarding demo airlin",
"location": {
"latitude": 46.1929838,
"longitude": 23.7898341
},
"website": "https://airline.example.com",
"apis": [{
"entrypoint": "https://airline-api.example.com",
"docs": "https://developers.windingtree.com",
"format": "windingtree",
"version": "0.8.3",
"segment": "airlines"
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment