You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our current use case, we want to include a URL to an OCA bundle. The OCA contains the metadata we need to render a VC correctly.
We would like to propose the following chapter to specify the type OverlaysCaptureBundle:
OverlaysCaptureBundle
When anissuerdesires to specify OCA rendering instructions for averifiable credential, theyMAYadd arenderproperty that uses the data model described below.
Property
Description
id
A URL that dereferences to an OCA bundle with an associated application/json media type. The last URL path segment must be the OCA bundle filename which is the CESR encoded digest of the file's content.
type
The type property MUST be OverlaysCaptureBundle.
The data model shown above is expressed in averifiable credentialin the example below.
EXAMPLE1:Usage of the render property by an issuer
In the example above, theissuerhas provided an OCA bundle rendering description for a personal ID that will be used to describe the content and the visual representation of theverifiable credential.
The text was updated successfully, but these errors were encountered:
In our current use case, we want to include a URL to an OCA bundle. The OCA contains the metadata we need to render a VC correctly.
We would like to propose the following chapter to specify the type
OverlaysCaptureBundle
:OverlaysCaptureBundle
When an issuer desires to specify OCA rendering instructions for a verifiable credential, they MAY add a
render
property that uses the data model described below.The data model shown above is expressed in a verifiable credential in the example below.
EXAMPLE 1: Usage of the render property by an issuer
In the example above, the issuer has provided an OCA bundle rendering description for a personal ID that will be used to describe the content and the visual representation of the verifiable credential.
The text was updated successfully, but these errors were encountered: