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