Display
data class Display(val text: String, val logo: ByteString? = null, val description: String? = null, val textColor: String? = null, val backgroundColor: String? = null, val backgroundImage: ByteString? = null)
Describes something in a user-facing manner.
This is used to describe both issuers and credentials.