AlphaAlphalabelHuman-readable label for the property (e.g. 'Email date').
Optional AlphatypeOptional data type controlling how the value is rendered. When omitted, the value is rendered as plain text.
AlphavalueThe property value. A pre-formatted display string when type is
omitted, or the raw value (e.g. an ISO date string) when type is set.
A label/value property a provider contributes to the problem detail dialog's metadata section, rendered by the platform alongside its standard properties (severity, status, created).
When
typeis omitted the value is rendered as plain text and should be a pre-formatted display string. Whentypeis set, the platform formats the raw value (e.g. a'time'property takes a raw ISO date string and renders it as a localized date), so pass the raw value, not a pre-formatted one.Example