Schema Parse Bug for Amadeus API

Similar to this bug - API schema editor issue

I notice that the issue occurs at the point where the same set of properties gets repeated continuously, for example - “iataCode”, “terminal” and “at” fields getting repeated across “departure” & “arrival” in your above json. This has to be fixed… If you move “carrierCode” between departure and arrival, it seems to work, similar workaround helped me for now until this bug is fixed…

1 Like