module OpenActive module Models module Schema class TaxiStand < ::OpenActive::Models::Schema::CivicStructure # @!attribute type # @return [String] def type "schema:TaxiStand" end end end end end