changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "Array of route objects",
+ "items": {
+ "properties": {
+ "aircraft_type": {
+ "description": "Aircraft type code",
+ "type": "string"
+ },
+ "airline_iata": {
+ "description": "Airline IATA code",
+ "type": "string"
+ },
+ "airline_icao": {
+ "description": "Airline ICAO code",
+ "type": "string"
+ },
+ "airline_name": {
+ "description": "Airline name",
+ "type": "string"
+ },
+ "arrival_airport_iata": {
+ "description": "Arrival airport IATA",
+ "type": "string"
+ },
+ "arrival_airport_icao": {
+ "description": "Arrival airport ICAO",
+ "type": "string"
+ },
+ "arrival_airport_name": {
+ "description": "Arrival airport name",
+ "type": "string"
+ },
+ "departure_airport_iata": {
+ "description": "Departure airport IATA",
+ "type": "string"
+ },
+ "departure_airport_icao": {
+ "description": "Departure airport ICAO",
+ "type": "string"
+ },
+ "departure_airport_name": {
+ "description": "Departure airport name",
+ "type": "string"
+ },
+ "flight_number": {
+ "description": "Flight number",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "pagination": {
+ "description": "Pagination metadata",
+ "properties": {
+ "count": {
+ "type": "number"
+ },
+ "limit": {
+ "type": "number"
+ },
+ "offset": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}