changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "description": "Array of airport objects",
+ "items": {
+ "properties": {
+ "airport_name": {
+ "description": "Full airport name",
+ "type": "string"
+ },
+ "city_iata_code": {
+ "description": "City IATA code",
+ "type": "string"
+ },
+ "city_name": {
+ "description": "City name",
+ "type": "string"
+ },
+ "country_iso2": {
+ "description": "ISO 3166-1 alpha-2 country code",
+ "type": "string"
+ },
+ "country_name": {
+ "description": "Country name",
+ "type": "string"
+ },
+ "gmt": {
+ "description": "GMT offset",
+ "type": "string"
+ },
+ "gmt_offset_seconds": {
+ "description": "GMT offset in seconds",
+ "type": "number"
+ },
+ "iata_code": {
+ "description": "3-letter IATA code",
+ "type": "string"
+ },
+ "icao_code": {
+ "description": "4-letter ICAO code",
+ "type": "string"
+ },
+ "latitude": {
+ "description": "Latitude coordinate",
+ "type": "number"
+ },
+ "longitude": {
+ "description": "Longitude coordinate",
+ "type": "number"
+ },
+ "timezone": {
+ "description": "IANA timezone",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "pagination": {
+ "description": "Pagination metadata",
+ "properties": {
+ "count": {
+ "type": "number"
+ },
+ "limit": {
+ "type": "number"
+ },
+ "offset": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}