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