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