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