Validated By Allowed Values
data class ValidatedByAllowedValues(val name: String, val description: String?, val allowedValues: List<String>, val required: Boolean? = null, val defaultValue: String? = null) : StringEventField