OpenID4VCI icon indicating copy to clipboard operation
OpenID4VCI copied to clipboard

More detailed specification of the supported credential_definition.credentialSubject.value_types

Open peppelinux opened this issue 1 year ago • 0 comments

The value_types support string, number, and various image media types such as image/jpeg, as defined in the IANA media type registry for images (https://www.iana.org/assignments/media-types/media-types.xhtml#image). The specification also states that other values MAY also be used.

It would be beneficial to reference all supported JSON types, to provide a comprehensive overview of the possible data types that can be utilized, such as:

  • object (JSON object)
  • array
  • boolean
  • null

The scope of this issue also includes determining which JSON types should not be used.

ref: https://openid.github.io/OpenID4VCI/openid-4-verifiable-credential-issuance-wg-draft.html#appendix-A.1.1.2-3.1.2.2.2.2

peppelinux avatar May 02 '24 15:05 peppelinux