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