github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/cm/testdata/credential_manifest_university_degree.json (about) 1 { 2 "id": "university_degree", 3 "version": "0.1.0", 4 "issuer": { 5 "id": "did:example:123?linked-domains=3", 6 "name": "Example University", 7 "styles": {} 8 }, 9 "output_descriptors": [ 10 { 11 "id": "bachelors_degree", 12 "schema": "http://example-university.org/1.0.0/bachelors_degree.json", 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 "$.withDistinction", 41 "$.vc.withDistinction" 42 ], 43 "schema": { 44 "type": "boolean" 45 }, 46 "fallback": "Unknown", 47 "label": "With distinction" 48 }, 49 { 50 "path": [ 51 "$.yearsStudied", 52 "$.vc.yearsStudied" 53 ], 54 "schema": { 55 "type": "number" 56 }, 57 "fallback": "Unknown", 58 "label": "Years studied" 59 } 60 ] 61 }, 62 "styles": { 63 "thumbnail": { 64 "uri": "http://example-university.org/logo.png", 65 "alt": "Example University logo" 66 }, 67 "hero": { 68 "uri": "http://example-university.org/hero.png", 69 "alt": "Example University students in graduation ceremony" 70 }, 71 "background": { 72 "color": "#ff0000" 73 }, 74 "text": { 75 "color": "#d4d400" 76 } 77 } 78 } 79 ] 80 }