💰Wallet rendering
{ "output_descriptors":[
{
"id": "00000000",
"schema": "Test",
"display": {
"title": {
"path": [],
"schema": {
"type": "string"
},
"fallback": "VC for Test"
},
"subtitle": {
"path": [],
"schema": {
"type": "string"
},
"fallback": "Type and format"
},
"description": {
"path": [],
"schema": {
"type": "string"
},
"fallback": "This VC is made up for testing prupose."
},
"properties": [
{
"path": ["$.credentialSubject.integer"],
"schema": {
"type": "integer"
},
"fallback": "Unknown",
"label": "integer"
},
{
"path": ["$.credentialSubject.number"],
"schema": {
"type": "number"
},
"fallback": "Unknown",
"label": "number"
},
{
"path": ["$.credentialSubject.bool"],
"schema": {
"type": "bool"
},
"fallback": "Unknown",
"label": "bool"
},
{
"path": ["$.credentialSubject.uri"],
"schema": {
"type": "text",
"format" : "uri"
},
"fallback": "Unknown",
"label": "uri"
},
{
"path": ["$.credentialSubject.email"],
"schema": {
"type": "text",
"format" : "email"
},
"fallback": "Unknown",
"label": "email"
}
]
}Last updated