github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/cm/testdata/credential_manifest_drivers_license.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":"Washington State Government", 7 "styles":{ 8 9 } 10 }, 11 "output_descriptors":[ 12 { 13 "id":"driver_license_output", 14 "schema":"https://schema.org/EducationalOccupationalCredential", 15 "display":{ 16 "title":{ 17 "path":[ 18 "$.name", 19 "$.vc.name" 20 ], 21 "schema": { 22 "type": "string" 23 }, 24 "fallback":"Washington State Driver License" 25 }, 26 "subtitle":{ 27 "path":[ 28 "$.class", 29 "$.vc.class" 30 ], 31 "schema": { 32 "type": "string" 33 }, 34 "fallback":"Class A, Commercial" 35 }, 36 "description":{ 37 "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." 38 }, 39 "properties":[ 40 { 41 "path":[ 42 "$.donor", 43 "$.credentialSubject.license.number" 44 ], 45 "schema": { 46 "type": "boolean" 47 }, 48 "fallback":"Unknown", 49 "label":"Driving License Number" 50 } 51 ] 52 }, 53 "styles":{ 54 "thumbnail":{ 55 "uri":"https://dol.wa.com/logo.png", 56 "alt":"Washington State Seal" 57 }, 58 "hero":{ 59 "uri":"https://dol.wa.com/happy-people-driving.png", 60 "alt":"Happy people driving" 61 }, 62 "background":{ 63 "color":"#ff0000" 64 }, 65 "text":{ 66 "color":"#d4d400" 67 } 68 } 69 } 70 ] 71 }