lib/openactive/models/schema/airport.rb in openactive-0.2.2 vs lib/openactive/models/schema/airport.rb in openactive-0.3.0

- old
+ new

@@ -7,15 +7,15 @@ def type "schema:Airport" end # @return [String] - define_property :icao_code, as: "icaoCode", types: [ + define_property :iata_code, as: "iataCode", types: [ "string", ] # @return [String] - define_property :iata_code, as: "iataCode", types: [ + define_property :icao_code, as: "icaoCode", types: [ "string", ] end end end