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