github.com/hyperledger/aries-framework-go@v0.3.2/internal/testdata/samples/wallet/credential_manifest_multiple_vcs.json (about) 1 { 2 "id": "dcc75a16-19f5-4273-84ce-4da69ee2b7fe", 3 "version": "0.1.0", 4 "issuer": { 5 "id": "did:example:123?linked-domains=3", 6 "name": "Example Authority", 7 "styles": {} 8 }, 9 "output_descriptors": [ 10 { 11 "id": "udc_output", 12 "schema": "https://www.w3.org/2018/credentials/examples/v1", 13 "display": { 14 "title": { 15 "path": [ 16 "$.title", 17 "$.vc.title" 18 ], 19 "schema": { 20 "type": "string" 21 }, 22 "fallback": "Bachelor's Degree" 23 }, 24 "subtitle": { 25 "path": [ 26 "$.minor", 27 "$.vc.minor" 28 ], 29 "schema": { 30 "type": "string" 31 }, 32 "fallback": "" 33 }, 34 "description": { 35 "text": "Awarded for completing a four year program at Example University." 36 }, 37 "properties": [ 38 { 39 "path": [ 40 "$.name", 41 "$.credentialSubject.name" 42 ], 43 "schema": { 44 "type": "string" 45 }, 46 "fallback": "Not Applicable", 47 "label": "Degree Holder's name" 48 }, 49 { 50 "path": [ 51 "$.credentialSubject.degree.type" 52 ], 53 "schema": { 54 "type": "string" 55 }, 56 "fallback": "Unknown", 57 "label": "Degree" 58 } 59 ] 60 }, 61 "styles": { 62 "thumbnail": { 63 "uri": "http://example-university.org/logo.png", 64 "alt": "Example University logo" 65 }, 66 "hero": { 67 "uri": "http://example-university.org/hero.png", 68 "alt": "Example University students in graduation ceremony" 69 }, 70 "background": { 71 "color": "#ff0000" 72 }, 73 "text": { 74 "color": "#d4d400" 75 } 76 } 77 }, 78 { 79 "id": "prc_output", 80 "schema": "https://w3id.org/citizenship/v1", 81 "display": { 82 "title": { 83 "path": [ 84 "$.name", 85 "$.vc.name" 86 ], 87 "schema": { 88 "type": "string" 89 }, 90 "fallback": "Permanent Resident Card" 91 }, 92 "subtitle": { 93 "path": [ 94 "$.description", 95 "$.vc.description" 96 ], 97 "schema": { 98 "type": "string" 99 }, 100 "fallback": "" 101 }, 102 "description": { 103 "text": "PR card of John Smith." 104 }, 105 "properties": [ 106 { 107 "path": [ 108 "$.credentialSubject.givenName" 109 ], 110 "schema": { 111 "type": "string" 112 }, 113 "fallback": "Not Applicable", 114 "label": "Card Holder's first name" 115 }, 116 { 117 "path": [ 118 "$.credentialSubject.familyName" 119 ], 120 "schema": { 121 "type": "string" 122 }, 123 "fallback": "Unknown", 124 "label": "Card Holder's family name" 125 } 126 ] 127 }, 128 "styles": { 129 "thumbnail": { 130 "uri": "http://example-university.org/logo.png", 131 "alt": "Example University logo" 132 }, 133 "hero": { 134 "uri": "http://example-university.org/hero.png", 135 "alt": "Example University students in graduation ceremony" 136 }, 137 "background": { 138 "color": "#ff0000" 139 }, 140 "text": { 141 "color": "#d4d400" 142 } 143 } 144 }, 145 { 146 "id":"driver_license_output", 147 "schema":"https://schema.org/EducationalOccupationalCredential", 148 "display":{ 149 "title":{ 150 "path":[ 151 "$.name", 152 "$.vc.name" 153 ], 154 "schema": { 155 "type": "string" 156 }, 157 "fallback":"Washington State Driver License" 158 }, 159 "subtitle":{ 160 "path":[ 161 "$.class", 162 "$.vc.class" 163 ], 164 "schema": { 165 "type": "string" 166 }, 167 "fallback":"Class A, Commercial" 168 }, 169 "description":{ 170 "text":"License to operate a vehicle with a gross combined weight rating (GCWR) of 26,001 or more pounds, as long as the GVWR of the vehicle(s) being towed is over 10,000 pounds." 171 }, 172 "properties":[ 173 { 174 "path":[ 175 "$.donor", 176 "$.credentialSubject.license.number" 177 ], 178 "schema": { 179 "type": "boolean" 180 }, 181 "fallback":"Unknown", 182 "label":"Driving License Number" 183 } 184 ] 185 }, 186 "styles":{ 187 "thumbnail":{ 188 "uri":"https://dol.wa.com/logo.png", 189 "alt":"Washington State Seal" 190 }, 191 "hero":{ 192 "uri":"https://dol.wa.com/happy-people-driving.png", 193 "alt":"Happy people driving" 194 }, 195 "background":{ 196 "color":"#ff0000" 197 }, 198 "text":{ 199 "color":"#d4d400" 200 } 201 } 202 } 203 ] 204 }