SdJwtTypeMetadataTypeDisplayInformation

@Serializable
data class SdJwtTypeMetadataTypeDisplayInformation(val locale: Rfc5646LanguageTag, val name: String, val description: String? = null, val rendering: SdJwtTypeMetadataTypeDisplayInformationRenderingMetadata? = null)(source)

Constructors

Link copied to clipboard
constructor(locale: Rfc5646LanguageTag, name: String, description: String? = null, rendering: SdJwtTypeMetadataTypeDisplayInformationRenderingMetadata? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "description")
val description: String?

OPTIONAL: A human-readable description for the type, intended for end users.

Link copied to clipboard
@SerialName(value = "locale")
val locale: Rfc5646LanguageTag

REQUIRED: A language tag as defined in Section 2 of RFC5646.

Link copied to clipboard
@SerialName(value = "name")
val name: String

REQUIRED: A human-readable name for the type, intended for end users.

Link copied to clipboard

OPTIONAL: An object containing rendering information for the type, as described in Section 4.5.1.