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