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