@velocitycareerlabs/libapp 1.25.0-dev-build.124d2009b → 1.25.0-dev-build.17e1e2f73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/display-descriptors/certification-v1.1.descriptor.json +20 -38
- package/display-descriptors/drivers-license-v1.1.descriptor.json +27 -52
- package/display-descriptors/en/certification-v1.1.descriptor.json +20 -38
- package/display-descriptors/en/drivers-license-v1.1.descriptor.json +27 -52
- package/display-descriptors/en/id-document-v1.1.descriptor.json +26 -50
- package/display-descriptors/en/license-v1.1.descriptor.json +22 -42
- package/display-descriptors/en/national-id-card-v1.1.descriptor.json +27 -52
- package/display-descriptors/en/open-badge-credential.descriptor.json +31 -4
- package/display-descriptors/en/passport-v1.1.descriptor.json +24 -46
- package/display-descriptors/en/proof-of-age-v1.1.descriptor.json +27 -52
- package/display-descriptors/en/resident-permit-v1.1.descriptor.json +27 -52
- package/display-descriptors/id-document-v1.1.descriptor.json +26 -50
- package/display-descriptors/license-v1.1.descriptor.json +22 -42
- package/display-descriptors/national-id-card-v1.1.descriptor.json +27 -52
- package/display-descriptors/open-badge-credential.descriptor.json +31 -4
- package/display-descriptors/passport-v1.1.descriptor.json +24 -46
- package/display-descriptors/proof-of-age-v1.1.descriptor.json +27 -52
- package/display-descriptors/resident-permit-v1.1.descriptor.json +27 -52
- package/package.json +2 -2
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": {
|
|
3
3
|
"path": [
|
|
4
|
-
"$.authority.name",
|
|
5
|
-
"$.credentialSubject.authority.name"
|
|
4
|
+
"$.authority.name", "$.credentialSubject.authority.name"
|
|
6
5
|
],
|
|
7
6
|
"schema": {
|
|
8
7
|
"type": "string"
|
|
@@ -11,8 +10,7 @@
|
|
|
11
10
|
},
|
|
12
11
|
"subtitle": {
|
|
13
12
|
"path": [
|
|
14
|
-
"$.name",
|
|
15
|
-
"$.credentialSubject.name"
|
|
13
|
+
"$.name", "$.credentialSubject.name"
|
|
16
14
|
],
|
|
17
15
|
"schema": {
|
|
18
16
|
"type": "string"
|
|
@@ -21,8 +19,7 @@
|
|
|
21
19
|
},
|
|
22
20
|
"summary_detail": {
|
|
23
21
|
"path": [
|
|
24
|
-
"$.identifier",
|
|
25
|
-
"$.credentialSubject.identifier"
|
|
22
|
+
"$.identifier", "$.credentialSubject.identifier"
|
|
26
23
|
],
|
|
27
24
|
"schema": {
|
|
28
25
|
"type": "string"
|
|
@@ -33,8 +30,7 @@
|
|
|
33
30
|
},
|
|
34
31
|
"logo": {
|
|
35
32
|
"path": [
|
|
36
|
-
"$.authority.image",
|
|
37
|
-
"$.credentialSubject.authority.image"
|
|
33
|
+
"$.authority.image", "$.credentialSubject.authority.image"
|
|
38
34
|
],
|
|
39
35
|
"schema": {
|
|
40
36
|
"type": "string",
|
|
@@ -45,8 +41,7 @@
|
|
|
45
41
|
{
|
|
46
42
|
"label": "Certification number",
|
|
47
43
|
"path": [
|
|
48
|
-
"$.identifier",
|
|
49
|
-
"$.credentialSubject.identifier"
|
|
44
|
+
"$.identifier", "$.credentialSubject.identifier"
|
|
50
45
|
],
|
|
51
46
|
"schema": {
|
|
52
47
|
"type": "string"
|
|
@@ -55,18 +50,16 @@
|
|
|
55
50
|
{
|
|
56
51
|
"label": "Description",
|
|
57
52
|
"path": [
|
|
58
|
-
"$.description",
|
|
59
|
-
"$.credentialSubject.description"
|
|
53
|
+
"$.description", "$.credentialSubject.description"
|
|
60
54
|
],
|
|
61
55
|
"schema": {
|
|
62
56
|
"type": "string"
|
|
63
57
|
}
|
|
64
58
|
},
|
|
65
59
|
{
|
|
66
|
-
"label": "
|
|
60
|
+
"label": "Initial validity",
|
|
67
61
|
"path": [
|
|
68
|
-
"$.validity.firstValidFrom",
|
|
69
|
-
"$.credentialSubject.validity.firstValidFrom"
|
|
62
|
+
"$.validity.firstValidFrom", "$.credentialSubject.validity.firstValidFrom"
|
|
70
63
|
],
|
|
71
64
|
"schema": {
|
|
72
65
|
"type": "string",
|
|
@@ -74,10 +67,9 @@
|
|
|
74
67
|
}
|
|
75
68
|
},
|
|
76
69
|
{
|
|
77
|
-
"label": "
|
|
70
|
+
"label": "Valid from",
|
|
78
71
|
"path": [
|
|
79
|
-
"$.validity.validFrom",
|
|
80
|
-
"$.credentialSubject.validity.validFrom"
|
|
72
|
+
"$.validity.validFrom", "$.credentialSubject.validity.validFrom"
|
|
81
73
|
],
|
|
82
74
|
"schema": {
|
|
83
75
|
"type": "string",
|
|
@@ -87,8 +79,7 @@
|
|
|
87
79
|
{
|
|
88
80
|
"label": "Valid until",
|
|
89
81
|
"path": [
|
|
90
|
-
"$.validity.validUntil",
|
|
91
|
-
"$.credentialSubject.validity.validUntil"
|
|
82
|
+
"$.validity.validUntil", "$.credentialSubject.validity.validUntil"
|
|
92
83
|
],
|
|
93
84
|
"schema": {
|
|
94
85
|
"type": "string",
|
|
@@ -98,8 +89,7 @@
|
|
|
98
89
|
{
|
|
99
90
|
"label": "City where valid",
|
|
100
91
|
"path": [
|
|
101
|
-
"$.validity.validIn.addressLocality",
|
|
102
|
-
"$.credentialSubject.validity.validIn.addressLocality"
|
|
92
|
+
"$.validity.validIn.addressLocality", "$.credentialSubject.validity.validIn.addressLocality"
|
|
103
93
|
],
|
|
104
94
|
"schema": {
|
|
105
95
|
"type": "string"
|
|
@@ -108,8 +98,7 @@
|
|
|
108
98
|
{
|
|
109
99
|
"label": "Region or state where valid",
|
|
110
100
|
"path": [
|
|
111
|
-
"$.validity.validIn.addressRegion",
|
|
112
|
-
"$.credentialSubject.validity.validIn.addressRegion"
|
|
101
|
+
"$.validity.validIn.addressRegion", "$.credentialSubject.validity.validIn.addressRegion"
|
|
113
102
|
],
|
|
114
103
|
"schema": {
|
|
115
104
|
"type": "string"
|
|
@@ -118,8 +107,7 @@
|
|
|
118
107
|
{
|
|
119
108
|
"label": "Country where valid",
|
|
120
109
|
"path": [
|
|
121
|
-
"$.validity.validIn.addressCountry",
|
|
122
|
-
"$.credentialSubject.validity.validIn.addressCountry"
|
|
110
|
+
"$.validity.validIn.addressCountry", "$.credentialSubject.validity.validIn.addressCountry"
|
|
123
111
|
],
|
|
124
112
|
"schema": {
|
|
125
113
|
"type": "string"
|
|
@@ -128,8 +116,7 @@
|
|
|
128
116
|
{
|
|
129
117
|
"label": "First name",
|
|
130
118
|
"path": [
|
|
131
|
-
"$.recipient.givenName",
|
|
132
|
-
"$.credentialSubject.recipient.givenName"
|
|
119
|
+
"$.recipient.givenName", "$.credentialSubject.recipient.givenName"
|
|
133
120
|
],
|
|
134
121
|
"schema": {
|
|
135
122
|
"type": "string"
|
|
@@ -138,8 +125,7 @@
|
|
|
138
125
|
{
|
|
139
126
|
"label": "Middle name",
|
|
140
127
|
"path": [
|
|
141
|
-
"$.recipient.middleName",
|
|
142
|
-
"$.credentialSubject.recipient.middleName"
|
|
128
|
+
"$.recipient.middleName", "$.credentialSubject.recipient.middleName"
|
|
143
129
|
],
|
|
144
130
|
"schema": {
|
|
145
131
|
"type": "string"
|
|
@@ -148,8 +134,7 @@
|
|
|
148
134
|
{
|
|
149
135
|
"label": "Last name",
|
|
150
136
|
"path": [
|
|
151
|
-
"$.recipient.familyName",
|
|
152
|
-
"$.credentialSubject.recipient.familyName"
|
|
137
|
+
"$.recipient.familyName", "$.credentialSubject.recipient.familyName"
|
|
153
138
|
],
|
|
154
139
|
"schema": {
|
|
155
140
|
"type": "string"
|
|
@@ -158,8 +143,7 @@
|
|
|
158
143
|
{
|
|
159
144
|
"label": "Name prefix",
|
|
160
145
|
"path": [
|
|
161
|
-
"$.recipient.namePrefix",
|
|
162
|
-
"$.credentialSubject.recipient.namePrefix"
|
|
146
|
+
"$.recipient.namePrefix", "$.credentialSubject.recipient.namePrefix"
|
|
163
147
|
],
|
|
164
148
|
"schema": {
|
|
165
149
|
"type": "string"
|
|
@@ -168,8 +152,7 @@
|
|
|
168
152
|
{
|
|
169
153
|
"label": "Name suffix",
|
|
170
154
|
"path": [
|
|
171
|
-
"$.recipient.nameSuffix",
|
|
172
|
-
"$.credentialSubject.recipient.nameSuffix"
|
|
155
|
+
"$.recipient.nameSuffix", "$.credentialSubject.recipient.nameSuffix"
|
|
173
156
|
],
|
|
174
157
|
"schema": {
|
|
175
158
|
"type": "string"
|
|
@@ -178,8 +161,7 @@
|
|
|
178
161
|
{
|
|
179
162
|
"label": "Learn more about the credential",
|
|
180
163
|
"path": [
|
|
181
|
-
"$.alignment[0].targetUrl",
|
|
182
|
-
"$.credentialSubject.alignment[0].targetUrl"
|
|
164
|
+
"$.alignment[0].targetUrl", "$.credentialSubject.alignment[0].targetUrl"
|
|
183
165
|
],
|
|
184
166
|
"schema": {
|
|
185
167
|
"type": "string",
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": {
|
|
3
3
|
"path": [
|
|
4
|
-
"$.name",
|
|
5
|
-
"$.credentialSubject.name"
|
|
4
|
+
"$.name", "$.credentialSubject.name"
|
|
6
5
|
],
|
|
7
6
|
"schema": {
|
|
8
7
|
"type": "string"
|
|
@@ -11,8 +10,7 @@
|
|
|
11
10
|
},
|
|
12
11
|
"subtitle": {
|
|
13
12
|
"path": [
|
|
14
|
-
"$.authority.name",
|
|
15
|
-
"$.credentialSubject.authority.name"
|
|
13
|
+
"$.authority.name", "$.credentialSubject.authority.name"
|
|
16
14
|
],
|
|
17
15
|
"schema": {
|
|
18
16
|
"type": "string"
|
|
@@ -21,8 +19,7 @@
|
|
|
21
19
|
},
|
|
22
20
|
"summary_detail": {
|
|
23
21
|
"path": [
|
|
24
|
-
"$.identifier",
|
|
25
|
-
"$.credentialSubject.identifier"
|
|
22
|
+
"$.identifier", "$.credentialSubject.identifier"
|
|
26
23
|
],
|
|
27
24
|
"schema": {
|
|
28
25
|
"type": "string"
|
|
@@ -34,8 +31,7 @@
|
|
|
34
31
|
},
|
|
35
32
|
"logo": {
|
|
36
33
|
"path": [
|
|
37
|
-
"$.authority.image",
|
|
38
|
-
"$.credentialSubject.authority.image"
|
|
34
|
+
"$.authority.image", "$.credentialSubject.authority.image"
|
|
39
35
|
],
|
|
40
36
|
"schema": {
|
|
41
37
|
"type": "string",
|
|
@@ -46,8 +42,7 @@
|
|
|
46
42
|
{
|
|
47
43
|
"label": "License number",
|
|
48
44
|
"path": [
|
|
49
|
-
"$.identifier",
|
|
50
|
-
"$.credentialSubject.identifier"
|
|
45
|
+
"$.identifier", "$.credentialSubject.identifier"
|
|
51
46
|
],
|
|
52
47
|
"schema": {
|
|
53
48
|
"type": "string"
|
|
@@ -56,8 +51,7 @@
|
|
|
56
51
|
{
|
|
57
52
|
"label": "Country of issuing authority",
|
|
58
53
|
"path": [
|
|
59
|
-
"$.authority.place.addressCountry",
|
|
60
|
-
"$.credentialSubject.authority.place.addressCountry"
|
|
54
|
+
"$.authority.place.addressCountry", "$.credentialSubject.authority.place.addressCountry"
|
|
61
55
|
],
|
|
62
56
|
"schema": {
|
|
63
57
|
"type": "string"
|
|
@@ -66,18 +60,16 @@
|
|
|
66
60
|
{
|
|
67
61
|
"label": "Region or state of issuing authority",
|
|
68
62
|
"path": [
|
|
69
|
-
"$.authority.place.addressRegion",
|
|
70
|
-
"$.credentialSubject.authority.place.addressRegion"
|
|
63
|
+
"$.authority.place.addressRegion", "$.credentialSubject.authority.place.addressRegion"
|
|
71
64
|
],
|
|
72
65
|
"schema": {
|
|
73
66
|
"type": "string"
|
|
74
67
|
}
|
|
75
68
|
},
|
|
76
69
|
{
|
|
77
|
-
"label": "
|
|
70
|
+
"label": "Initial validity",
|
|
78
71
|
"path": [
|
|
79
|
-
"$.validity.firstValidFrom",
|
|
80
|
-
"$.credentialSubject.validity.firstValidFrom"
|
|
72
|
+
"$.validity.firstValidFrom", "$.credentialSubject.validity.firstValidFrom"
|
|
81
73
|
],
|
|
82
74
|
"schema": {
|
|
83
75
|
"type": "string",
|
|
@@ -85,10 +77,9 @@
|
|
|
85
77
|
}
|
|
86
78
|
},
|
|
87
79
|
{
|
|
88
|
-
"label": "
|
|
80
|
+
"label": "Valid from",
|
|
89
81
|
"path": [
|
|
90
|
-
"$.validity.validFrom",
|
|
91
|
-
"$.credentialSubject.validity.validFrom"
|
|
82
|
+
"$.validity.validFrom", "$.credentialSubject.validity.validFrom"
|
|
92
83
|
],
|
|
93
84
|
"schema": {
|
|
94
85
|
"type": "string",
|
|
@@ -98,8 +89,7 @@
|
|
|
98
89
|
{
|
|
99
90
|
"label": "Valid until",
|
|
100
91
|
"path": [
|
|
101
|
-
"$.validity.validUntil",
|
|
102
|
-
"$.credentialSubject.validity.validUntil"
|
|
92
|
+
"$.validity.validUntil", "$.credentialSubject.validity.validUntil"
|
|
103
93
|
],
|
|
104
94
|
"schema": {
|
|
105
95
|
"type": "string",
|
|
@@ -109,8 +99,7 @@
|
|
|
109
99
|
{
|
|
110
100
|
"label": "First name",
|
|
111
101
|
"path": [
|
|
112
|
-
"$.person.givenName",
|
|
113
|
-
"$.credentialSubject.person.givenName"
|
|
102
|
+
"$.person.givenName", "$.credentialSubject.person.givenName"
|
|
114
103
|
],
|
|
115
104
|
"schema": {
|
|
116
105
|
"type": "string"
|
|
@@ -119,8 +108,7 @@
|
|
|
119
108
|
{
|
|
120
109
|
"label": "Middle name",
|
|
121
110
|
"path": [
|
|
122
|
-
"$.person.additionalName",
|
|
123
|
-
"$.credentialSubject.person.additionalName"
|
|
111
|
+
"$.person.additionalName", "$.credentialSubject.person.additionalName"
|
|
124
112
|
],
|
|
125
113
|
"schema": {
|
|
126
114
|
"type": "string"
|
|
@@ -129,8 +117,7 @@
|
|
|
129
117
|
{
|
|
130
118
|
"label": "Last name",
|
|
131
119
|
"path": [
|
|
132
|
-
"$.person.familyName",
|
|
133
|
-
"$.credentialSubject.person.familyName"
|
|
120
|
+
"$.person.familyName", "$.credentialSubject.person.familyName"
|
|
134
121
|
],
|
|
135
122
|
"schema": {
|
|
136
123
|
"type": "string"
|
|
@@ -139,8 +126,7 @@
|
|
|
139
126
|
{
|
|
140
127
|
"label": "Name prefix",
|
|
141
128
|
"path": [
|
|
142
|
-
"$.person.namePrefix",
|
|
143
|
-
"$.credentialSubject.person.namePrefix"
|
|
129
|
+
"$.person.namePrefix", "$.credentialSubject.person.namePrefix"
|
|
144
130
|
],
|
|
145
131
|
"schema": {
|
|
146
132
|
"type": "string"
|
|
@@ -149,8 +135,7 @@
|
|
|
149
135
|
{
|
|
150
136
|
"label": "Name suffix",
|
|
151
137
|
"path": [
|
|
152
|
-
"$.person.nameSuffix",
|
|
153
|
-
"$.credentialSubject.person.nameSuffix"
|
|
138
|
+
"$.person.nameSuffix", "$.credentialSubject.person.nameSuffix"
|
|
154
139
|
],
|
|
155
140
|
"schema": {
|
|
156
141
|
"type": "string"
|
|
@@ -159,8 +144,7 @@
|
|
|
159
144
|
{
|
|
160
145
|
"label": "Date of birth",
|
|
161
146
|
"path": [
|
|
162
|
-
"$.person.birthDate",
|
|
163
|
-
"$.credentialSubject.person.birthDate"
|
|
147
|
+
"$.person.birthDate", "$.credentialSubject.person.birthDate"
|
|
164
148
|
],
|
|
165
149
|
"schema": {
|
|
166
150
|
"type": "string",
|
|
@@ -170,8 +154,7 @@
|
|
|
170
154
|
{
|
|
171
155
|
"label": "Country of birth",
|
|
172
156
|
"path": [
|
|
173
|
-
"$.person.birthPlace.addressCountry",
|
|
174
|
-
"$.credentialSubject.person.birthPlace.addressCountry"
|
|
157
|
+
"$.person.birthPlace.addressCountry", "$.credentialSubject.person.birthPlace.addressCountry"
|
|
175
158
|
],
|
|
176
159
|
"schema": {
|
|
177
160
|
"type": "string"
|
|
@@ -180,8 +163,7 @@
|
|
|
180
163
|
{
|
|
181
164
|
"label": "Region or state of birth",
|
|
182
165
|
"path": [
|
|
183
|
-
"$.person.birthPlace.addressRegion",
|
|
184
|
-
"$.credentialSubject.person.birthPlace.addressRegion"
|
|
166
|
+
"$.person.birthPlace.addressRegion", "$.credentialSubject.person.birthPlace.addressRegion"
|
|
185
167
|
],
|
|
186
168
|
"schema": {
|
|
187
169
|
"type": "string"
|
|
@@ -190,8 +172,7 @@
|
|
|
190
172
|
{
|
|
191
173
|
"label": "Place of birth",
|
|
192
174
|
"path": [
|
|
193
|
-
"$.person.birthPlace.addressLocality",
|
|
194
|
-
"$.credentialSubject.person.birthPlace.addressLocality"
|
|
175
|
+
"$.person.birthPlace.addressLocality", "$.credentialSubject.person.birthPlace.addressLocality"
|
|
195
176
|
],
|
|
196
177
|
"schema": {
|
|
197
178
|
"type": "string"
|
|
@@ -200,8 +181,7 @@
|
|
|
200
181
|
{
|
|
201
182
|
"label": "Gender",
|
|
202
183
|
"path": [
|
|
203
|
-
"$.person.gender",
|
|
204
|
-
"$.credentialSubject.person.gender"
|
|
184
|
+
"$.person.gender", "$.credentialSubject.person.gender"
|
|
205
185
|
],
|
|
206
186
|
"schema": {
|
|
207
187
|
"type": "string"
|
|
@@ -210,8 +190,7 @@
|
|
|
210
190
|
{
|
|
211
191
|
"label": "Street address",
|
|
212
192
|
"path": [
|
|
213
|
-
"$.streetAddress",
|
|
214
|
-
"$.credentialSubject.streetAddress"
|
|
193
|
+
"$.streetAddress", "$.credentialSubject.streetAddress"
|
|
215
194
|
],
|
|
216
195
|
"schema": {
|
|
217
196
|
"type": "string"
|
|
@@ -220,8 +199,7 @@
|
|
|
220
199
|
{
|
|
221
200
|
"label": "City",
|
|
222
201
|
"path": [
|
|
223
|
-
"$.addressLocality",
|
|
224
|
-
"$.credentialSubject.addressLocality"
|
|
202
|
+
"$.addressLocality", "$.credentialSubject.addressLocality"
|
|
225
203
|
],
|
|
226
204
|
"schema": {
|
|
227
205
|
"type": "string"
|
|
@@ -230,8 +208,7 @@
|
|
|
230
208
|
{
|
|
231
209
|
"label": "Region or state",
|
|
232
210
|
"path": [
|
|
233
|
-
"$.addressRegion",
|
|
234
|
-
"$.credentialSubject.addressRegion"
|
|
211
|
+
"$.addressRegion", "$.credentialSubject.addressRegion"
|
|
235
212
|
],
|
|
236
213
|
"schema": {
|
|
237
214
|
"type": "string"
|
|
@@ -240,8 +217,7 @@
|
|
|
240
217
|
{
|
|
241
218
|
"label": "Postal code",
|
|
242
219
|
"path": [
|
|
243
|
-
"$.postCode",
|
|
244
|
-
"$.credentialSubject.postCode"
|
|
220
|
+
"$.postCode", "$.credentialSubject.postCode"
|
|
245
221
|
],
|
|
246
222
|
"schema": {
|
|
247
223
|
"type": "string"
|
|
@@ -250,8 +226,7 @@
|
|
|
250
226
|
{
|
|
251
227
|
"label": "Country",
|
|
252
228
|
"path": [
|
|
253
|
-
"$.addressCountry",
|
|
254
|
-
"$.credentialSubject.addressCountry"
|
|
229
|
+
"$.addressCountry", "$.credentialSubject.addressCountry"
|
|
255
230
|
],
|
|
256
231
|
"schema": {
|
|
257
232
|
"type": "string"
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": {
|
|
3
3
|
"path": [
|
|
4
|
-
"$.authority.name",
|
|
5
|
-
"$.credentialSubject.authority.name"
|
|
4
|
+
"$.authority.name", "$.credentialSubject.authority.name"
|
|
6
5
|
],
|
|
7
6
|
"schema": {
|
|
8
7
|
"type": "string"
|
|
@@ -11,8 +10,7 @@
|
|
|
11
10
|
},
|
|
12
11
|
"subtitle": {
|
|
13
12
|
"path": [
|
|
14
|
-
"$.name",
|
|
15
|
-
"$.credentialSubject.name"
|
|
13
|
+
"$.name", "$.credentialSubject.name"
|
|
16
14
|
],
|
|
17
15
|
"schema": {
|
|
18
16
|
"type": "string"
|
|
@@ -21,8 +19,7 @@
|
|
|
21
19
|
},
|
|
22
20
|
"summary_detail": {
|
|
23
21
|
"path": [
|
|
24
|
-
"$.identifier",
|
|
25
|
-
"$.credentialSubject.identifier"
|
|
22
|
+
"$.identifier", "$.credentialSubject.identifier"
|
|
26
23
|
],
|
|
27
24
|
"schema": {
|
|
28
25
|
"type": "string"
|
|
@@ -33,8 +30,7 @@
|
|
|
33
30
|
},
|
|
34
31
|
"logo": {
|
|
35
32
|
"path": [
|
|
36
|
-
"$.authority.image",
|
|
37
|
-
"$.credentialSubject.authority.image"
|
|
33
|
+
"$.authority.image", "$.credentialSubject.authority.image"
|
|
38
34
|
],
|
|
39
35
|
"schema": {
|
|
40
36
|
"type": "string",
|
|
@@ -45,8 +41,7 @@
|
|
|
45
41
|
{
|
|
46
42
|
"label": "Certification number",
|
|
47
43
|
"path": [
|
|
48
|
-
"$.identifier",
|
|
49
|
-
"$.credentialSubject.identifier"
|
|
44
|
+
"$.identifier", "$.credentialSubject.identifier"
|
|
50
45
|
],
|
|
51
46
|
"schema": {
|
|
52
47
|
"type": "string"
|
|
@@ -55,18 +50,16 @@
|
|
|
55
50
|
{
|
|
56
51
|
"label": "Description",
|
|
57
52
|
"path": [
|
|
58
|
-
"$.description",
|
|
59
|
-
"$.credentialSubject.description"
|
|
53
|
+
"$.description", "$.credentialSubject.description"
|
|
60
54
|
],
|
|
61
55
|
"schema": {
|
|
62
56
|
"type": "string"
|
|
63
57
|
}
|
|
64
58
|
},
|
|
65
59
|
{
|
|
66
|
-
"label": "
|
|
60
|
+
"label": "Initial validity",
|
|
67
61
|
"path": [
|
|
68
|
-
"$.validity.firstValidFrom",
|
|
69
|
-
"$.credentialSubject.validity.firstValidFrom"
|
|
62
|
+
"$.validity.firstValidFrom", "$.credentialSubject.validity.firstValidFrom"
|
|
70
63
|
],
|
|
71
64
|
"schema": {
|
|
72
65
|
"type": "string",
|
|
@@ -74,10 +67,9 @@
|
|
|
74
67
|
}
|
|
75
68
|
},
|
|
76
69
|
{
|
|
77
|
-
"label": "
|
|
70
|
+
"label": "Valid from",
|
|
78
71
|
"path": [
|
|
79
|
-
"$.validity.validFrom",
|
|
80
|
-
"$.credentialSubject.validity.validFrom"
|
|
72
|
+
"$.validity.validFrom", "$.credentialSubject.validity.validFrom"
|
|
81
73
|
],
|
|
82
74
|
"schema": {
|
|
83
75
|
"type": "string",
|
|
@@ -87,8 +79,7 @@
|
|
|
87
79
|
{
|
|
88
80
|
"label": "Valid until",
|
|
89
81
|
"path": [
|
|
90
|
-
"$.validity.validUntil",
|
|
91
|
-
"$.credentialSubject.validity.validUntil"
|
|
82
|
+
"$.validity.validUntil", "$.credentialSubject.validity.validUntil"
|
|
92
83
|
],
|
|
93
84
|
"schema": {
|
|
94
85
|
"type": "string",
|
|
@@ -98,8 +89,7 @@
|
|
|
98
89
|
{
|
|
99
90
|
"label": "City where valid",
|
|
100
91
|
"path": [
|
|
101
|
-
"$.validity.validIn.addressLocality",
|
|
102
|
-
"$.credentialSubject.validity.validIn.addressLocality"
|
|
92
|
+
"$.validity.validIn.addressLocality", "$.credentialSubject.validity.validIn.addressLocality"
|
|
103
93
|
],
|
|
104
94
|
"schema": {
|
|
105
95
|
"type": "string"
|
|
@@ -108,8 +98,7 @@
|
|
|
108
98
|
{
|
|
109
99
|
"label": "Region or state where valid",
|
|
110
100
|
"path": [
|
|
111
|
-
"$.validity.validIn.addressRegion",
|
|
112
|
-
"$.credentialSubject.validity.validIn.addressRegion"
|
|
101
|
+
"$.validity.validIn.addressRegion", "$.credentialSubject.validity.validIn.addressRegion"
|
|
113
102
|
],
|
|
114
103
|
"schema": {
|
|
115
104
|
"type": "string"
|
|
@@ -118,8 +107,7 @@
|
|
|
118
107
|
{
|
|
119
108
|
"label": "Country where valid",
|
|
120
109
|
"path": [
|
|
121
|
-
"$.validity.validIn.addressCountry",
|
|
122
|
-
"$.credentialSubject.validity.validIn.addressCountry"
|
|
110
|
+
"$.validity.validIn.addressCountry", "$.credentialSubject.validity.validIn.addressCountry"
|
|
123
111
|
],
|
|
124
112
|
"schema": {
|
|
125
113
|
"type": "string"
|
|
@@ -128,8 +116,7 @@
|
|
|
128
116
|
{
|
|
129
117
|
"label": "First name",
|
|
130
118
|
"path": [
|
|
131
|
-
"$.recipient.givenName",
|
|
132
|
-
"$.credentialSubject.recipient.givenName"
|
|
119
|
+
"$.recipient.givenName", "$.credentialSubject.recipient.givenName"
|
|
133
120
|
],
|
|
134
121
|
"schema": {
|
|
135
122
|
"type": "string"
|
|
@@ -138,8 +125,7 @@
|
|
|
138
125
|
{
|
|
139
126
|
"label": "Middle name",
|
|
140
127
|
"path": [
|
|
141
|
-
"$.recipient.middleName",
|
|
142
|
-
"$.credentialSubject.recipient.middleName"
|
|
128
|
+
"$.recipient.middleName", "$.credentialSubject.recipient.middleName"
|
|
143
129
|
],
|
|
144
130
|
"schema": {
|
|
145
131
|
"type": "string"
|
|
@@ -148,8 +134,7 @@
|
|
|
148
134
|
{
|
|
149
135
|
"label": "Last name",
|
|
150
136
|
"path": [
|
|
151
|
-
"$.recipient.familyName",
|
|
152
|
-
"$.credentialSubject.recipient.familyName"
|
|
137
|
+
"$.recipient.familyName", "$.credentialSubject.recipient.familyName"
|
|
153
138
|
],
|
|
154
139
|
"schema": {
|
|
155
140
|
"type": "string"
|
|
@@ -158,8 +143,7 @@
|
|
|
158
143
|
{
|
|
159
144
|
"label": "Name prefix",
|
|
160
145
|
"path": [
|
|
161
|
-
"$.recipient.namePrefix",
|
|
162
|
-
"$.credentialSubject.recipient.namePrefix"
|
|
146
|
+
"$.recipient.namePrefix", "$.credentialSubject.recipient.namePrefix"
|
|
163
147
|
],
|
|
164
148
|
"schema": {
|
|
165
149
|
"type": "string"
|
|
@@ -168,8 +152,7 @@
|
|
|
168
152
|
{
|
|
169
153
|
"label": "Name suffix",
|
|
170
154
|
"path": [
|
|
171
|
-
"$.recipient.nameSuffix",
|
|
172
|
-
"$.credentialSubject.recipient.nameSuffix"
|
|
155
|
+
"$.recipient.nameSuffix", "$.credentialSubject.recipient.nameSuffix"
|
|
173
156
|
],
|
|
174
157
|
"schema": {
|
|
175
158
|
"type": "string"
|
|
@@ -178,8 +161,7 @@
|
|
|
178
161
|
{
|
|
179
162
|
"label": "Learn more about the credential",
|
|
180
163
|
"path": [
|
|
181
|
-
"$.alignment[0].targetUrl",
|
|
182
|
-
"$.credentialSubject.alignment[0].targetUrl"
|
|
164
|
+
"$.alignment[0].targetUrl", "$.credentialSubject.alignment[0].targetUrl"
|
|
183
165
|
],
|
|
184
166
|
"schema": {
|
|
185
167
|
"type": "string",
|