LegacyTitledEnumSchema

constructor(title: String? = null, description: String? = null, enumValues: List<String>, enumNames: List<String>? = null, default: String? = null)(source)