DATE:
AUTHOR:
The Duffel team
API

Change `iata_code` type to `string` in Aircraft schema

DATE:
AUTHOR: The Duffel team

In our Aircraft schema, we had our iata_code type set as an integer. The correct type should be string.

An example of an aircraft that wouldn't be able to be represented correctly with a type of integer would be the Airbus Beluga with an iata_code of ABB.

This would only impact people type checking against our schema.

Powered by LaunchNotes