@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.
@@ -61,10 +61,10 @@
61
61
  {
62
62
  "label": "Achievement type",
63
63
  "path": [
64
- "$.achievement.achievementType",
65
64
  "$.credentialSubject.achievement.achievementType",
66
- "$.achievement.type",
67
- "$.credentialSubject.achievement.type"
65
+ "$.credentialSubject.achievement.type",
66
+ "$.achievement.achievementType",
67
+ "$.achievement.type"
68
68
  ],
69
69
  "schema": {
70
70
  "type": "string"
@@ -73,13 +73,20 @@
73
73
  {
74
74
  "label": "Description",
75
75
  "path": [
76
+ "$.credentialSubject.achievement.description",
76
77
  "$.achievement.description",
77
- "$.credentialSubject.achievement.description"
78
+ "$.description"
78
79
  ],
79
80
  "schema": {
80
81
  "type": "string"
81
82
  }
82
83
  },
84
+ {
85
+ "label": "Awarded",
86
+ "path": [
87
+ "$.awardedDate"
88
+ ]
89
+ },
83
90
  {
84
91
  "label": "Start",
85
92
  "path": [
@@ -102,6 +109,26 @@
102
109
  "format": "date-time"
103
110
  }
104
111
  },
112
+ {
113
+ "label": "Valid from",
114
+ "path": [
115
+ "$.validFrom"
116
+ ],
117
+ "schema": {
118
+ "type": "string",
119
+ "format": "date"
120
+ }
121
+ },
122
+ {
123
+ "label": "Valid until",
124
+ "path": [
125
+ "$.validUntil"
126
+ ],
127
+ "schema": {
128
+ "type": "string",
129
+ "format": "date"
130
+ }
131
+ },
105
132
  {
106
133
  "label": "License number",
107
134
  "path": [
@@ -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
- "$.authority.place.addressCountry",
15
- "$.credentialSubject.authority.place.addressCountry"
13
+ "$.authority.place.addressCountry", "$.credentialSubject.authority.place.addressCountry"
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": "Country of issuing authority",
48
44
  "path": [
49
- "$.authority.place.addressCountry",
50
- "$.credentialSubject.authority.place.addressCountry"
45
+ "$.authority.place.addressCountry", "$.credentialSubject.authority.place.addressCountry"
51
46
  ],
52
47
  "schema": {
53
48
  "type": "string"
@@ -56,8 +51,7 @@
56
51
  {
57
52
  "label": "Nationality",
58
53
  "path": [
59
- "$.nationality",
60
- "$.credentialSubject.nationality"
54
+ "$.nationality", "$.credentialSubject.nationality"
61
55
  ],
62
56
  "schema": {
63
57
  "type": "string"
@@ -66,8 +60,7 @@
66
60
  {
67
61
  "label": "Passport number",
68
62
  "path": [
69
- "$.identifier",
70
- "$.credentialSubject.identifier"
63
+ "$.identifier", "$.credentialSubject.identifier"
71
64
  ],
72
65
  "schema": {
73
66
  "type": "string"
@@ -77,8 +70,7 @@
77
70
  {
78
71
  "label": "Passport type",
79
72
  "path": [
80
- "$.documentCode",
81
- "$.credentialSubject.documentCode"
73
+ "$.documentCode", "$.credentialSubject.documentCode"
82
74
  ],
83
75
  "schema": {
84
76
  "type": "string"
@@ -86,10 +78,9 @@
86
78
  "fallback": "-"
87
79
  },
88
80
  {
89
- "label": "Date issued",
81
+ "label": "Initial validity",
90
82
  "path": [
91
- "$.validity.firstValidFrom",
92
- "$.credentialSubject.validity.firstValidFrom"
83
+ "$.validity.firstValidFrom", "$.credentialSubject.validity.firstValidFrom"
93
84
  ],
94
85
  "schema": {
95
86
  "type": "string",
@@ -98,10 +89,9 @@
98
89
  "fallback": "-"
99
90
  },
100
91
  {
101
- "label": "Date renewed",
92
+ "label": "Valid from",
102
93
  "path": [
103
- "$.validity.validFrom",
104
- "$.credentialSubject.validity.validFrom"
94
+ "$.validity.validFrom", "$.credentialSubject.validity.validFrom"
105
95
  ],
106
96
  "schema": {
107
97
  "type": "string",
@@ -112,8 +102,7 @@
112
102
  {
113
103
  "label": "Valid until",
114
104
  "path": [
115
- "$.validity.validUntil",
116
- "$.credentialSubject.validity.validUntil"
105
+ "$.validity.validUntil", "$.credentialSubject.validity.validUntil"
117
106
  ],
118
107
  "schema": {
119
108
  "type": "string",
@@ -124,8 +113,7 @@
124
113
  {
125
114
  "label": "First name",
126
115
  "path": [
127
- "$.person.givenName",
128
- "$.credentialSubject.person.givenName"
116
+ "$.person.givenName", "$.credentialSubject.person.givenName"
129
117
  ],
130
118
  "schema": {
131
119
  "type": "string"
@@ -135,8 +123,7 @@
135
123
  {
136
124
  "label": "Middle name",
137
125
  "path": [
138
- "$.person.additionalName",
139
- "$.credentialSubject.person.additionalName"
126
+ "$.person.additionalName", "$.credentialSubject.person.additionalName"
140
127
  ],
141
128
  "schema": {
142
129
  "type": "string"
@@ -145,8 +132,7 @@
145
132
  {
146
133
  "label": "Last name",
147
134
  "path": [
148
- "$.person.familyName",
149
- "$.credentialSubject.person.familyName"
135
+ "$.person.familyName", "$.credentialSubject.person.familyName"
150
136
  ],
151
137
  "schema": {
152
138
  "type": "string"
@@ -156,8 +142,7 @@
156
142
  {
157
143
  "label": "Name prefix",
158
144
  "path": [
159
- "$.person.namePrefix",
160
- "$.credentialSubject.person.namePrefix"
145
+ "$.person.namePrefix", "$.credentialSubject.person.namePrefix"
161
146
  ],
162
147
  "schema": {
163
148
  "type": "string"
@@ -166,8 +151,7 @@
166
151
  {
167
152
  "label": "Name suffix",
168
153
  "path": [
169
- "$.person.nameSuffix",
170
- "$.credentialSubject.person.nameSuffix"
154
+ "$.person.nameSuffix", "$.credentialSubject.person.nameSuffix"
171
155
  ],
172
156
  "schema": {
173
157
  "type": "string"
@@ -176,8 +160,7 @@
176
160
  {
177
161
  "label": "Date of birth",
178
162
  "path": [
179
- "$.person.birthDate",
180
- "$.credentialSubject.person.birthDate"
163
+ "$.person.birthDate", "$.credentialSubject.person.birthDate"
181
164
  ],
182
165
  "schema": {
183
166
  "type": "string",
@@ -188,8 +171,7 @@
188
171
  {
189
172
  "label": "Country of birth",
190
173
  "path": [
191
- "$.person.birthPlace.addressCountry",
192
- "$.credentialSubject.person.birthPlace.addressCountry"
174
+ "$.person.birthPlace.addressCountry", "$.credentialSubject.person.birthPlace.addressCountry"
193
175
  ],
194
176
  "schema": {
195
177
  "type": "string"
@@ -198,8 +180,7 @@
198
180
  {
199
181
  "label": "Region or state of birth",
200
182
  "path": [
201
- "$.person.birthPlace.addressRegion",
202
- "$.credentialSubject.person.birthPlace.addressRegion"
183
+ "$.person.birthPlace.addressRegion", "$.credentialSubject.person.birthPlace.addressRegion"
203
184
  ],
204
185
  "schema": {
205
186
  "type": "string"
@@ -208,8 +189,7 @@
208
189
  {
209
190
  "label": "Place of birth",
210
191
  "path": [
211
- "$.person.birthPlace.addressLocality",
212
- "$.credentialSubject.person.birthPlace.addressLocality"
192
+ "$.person.birthPlace.addressLocality", "$.credentialSubject.person.birthPlace.addressLocality"
213
193
  ],
214
194
  "schema": {
215
195
  "type": "string"
@@ -218,8 +198,7 @@
218
198
  {
219
199
  "label": "Gender",
220
200
  "path": [
221
- "$.person.gender",
222
- "$.credentialSubject.person.gender"
201
+ "$.person.gender", "$.credentialSubject.person.gender"
223
202
  ],
224
203
  "schema": {
225
204
  "type": "string"
@@ -228,8 +207,7 @@
228
207
  {
229
208
  "label": "Address",
230
209
  "path": [
231
- "$.streetAddress",
232
- "$.credentialSubject.streetAddress"
210
+ "$.streetAddress", "$.credentialSubject.streetAddress"
233
211
  ],
234
212
  "schema": {
235
213
  "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
- "$.authority.place.addressCountry",
15
- "$.credentialSubject.authority.place.addressCountry"
13
+ "$.authority.place.addressCountry", "$.credentialSubject.authority.place.addressCountry"
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": "Country of issuing authority",
48
44
  "path": [
49
- "$.authority.place.addressCountry",
50
- "$.credentialSubject.authority.place.addressCountry"
45
+ "$.authority.place.addressCountry", "$.credentialSubject.authority.place.addressCountry"
51
46
  ],
52
47
  "schema": {
53
48
  "type": "string"
@@ -56,8 +51,7 @@
56
51
  {
57
52
  "label": "Document number",
58
53
  "path": [
59
- "$.identifier",
60
- "$.credentialSubject.identifier"
54
+ "$.identifier", "$.credentialSubject.identifier"
61
55
  ],
62
56
  "schema": {
63
57
  "type": "string"
@@ -65,10 +59,9 @@
65
59
  "fallback": "-"
66
60
  },
67
61
  {
68
- "label": "Date issued",
62
+ "label": "Initial validity",
69
63
  "path": [
70
- "$.validity.firstValidFrom",
71
- "$.credentialSubject.validity.firstValidFrom"
64
+ "$.validity.firstValidFrom", "$.credentialSubject.validity.firstValidFrom"
72
65
  ],
73
66
  "schema": {
74
67
  "type": "string",
@@ -77,10 +70,9 @@
77
70
  "fallback": "-"
78
71
  },
79
72
  {
80
- "label": "Date renewed",
73
+ "label": "Valid from",
81
74
  "path": [
82
- "$.validity.validFrom",
83
- "$.credentialSubject.validity.validFrom"
75
+ "$.validity.validFrom", "$.credentialSubject.validity.validFrom"
84
76
  ],
85
77
  "schema": {
86
78
  "type": "string",
@@ -91,8 +83,7 @@
91
83
  {
92
84
  "label": "Valid until",
93
85
  "path": [
94
- "$.validity.validUntil",
95
- "$.credentialSubject.validity.validUntil"
86
+ "$.validity.validUntil", "$.credentialSubject.validity.validUntil"
96
87
  ],
97
88
  "schema": {
98
89
  "type": "string",
@@ -103,8 +94,7 @@
103
94
  {
104
95
  "label": "First name",
105
96
  "path": [
106
- "$.person.givenName",
107
- "$.credentialSubject.person.givenName"
97
+ "$.person.givenName", "$.credentialSubject.person.givenName"
108
98
  ],
109
99
  "schema": {
110
100
  "type": "string"
@@ -114,8 +104,7 @@
114
104
  {
115
105
  "label": "Middle name",
116
106
  "path": [
117
- "$.person.additionalName",
118
- "$.credentialSubject.person.additionalName"
107
+ "$.person.additionalName", "$.credentialSubject.person.additionalName"
119
108
  ],
120
109
  "schema": {
121
110
  "type": "string"
@@ -124,8 +113,7 @@
124
113
  {
125
114
  "label": "Last name",
126
115
  "path": [
127
- "$.person.familyName",
128
- "$.credentialSubject.person.familyName"
116
+ "$.person.familyName", "$.credentialSubject.person.familyName"
129
117
  ],
130
118
  "schema": {
131
119
  "type": "string"
@@ -135,8 +123,7 @@
135
123
  {
136
124
  "label": "Name prefix",
137
125
  "path": [
138
- "$.person.namePrefix",
139
- "$.credentialSubject.person.namePrefix"
126
+ "$.person.namePrefix", "$.credentialSubject.person.namePrefix"
140
127
  ],
141
128
  "schema": {
142
129
  "type": "string"
@@ -145,8 +132,7 @@
145
132
  {
146
133
  "label": "Name suffix",
147
134
  "path": [
148
- "$.person.nameSuffix",
149
- "$.credentialSubject.person.nameSuffix"
135
+ "$.person.nameSuffix", "$.credentialSubject.person.nameSuffix"
150
136
  ],
151
137
  "schema": {
152
138
  "type": "string"
@@ -155,8 +141,7 @@
155
141
  {
156
142
  "label": "Date of birth",
157
143
  "path": [
158
- "$.person.birthDate",
159
- "$.credentialSubject.person.birthDate"
144
+ "$.person.birthDate", "$.credentialSubject.person.birthDate"
160
145
  ],
161
146
  "schema": {
162
147
  "type": "string",
@@ -167,8 +152,7 @@
167
152
  {
168
153
  "label": "Country of birth",
169
154
  "path": [
170
- "$.person.birthPlace.addressCountry",
171
- "$.credentialSubject.person.birthPlace.addressCountry"
155
+ "$.person.birthPlace.addressCountry", "$.credentialSubject.person.birthPlace.addressCountry"
172
156
  ],
173
157
  "schema": {
174
158
  "type": "string"
@@ -177,8 +161,7 @@
177
161
  {
178
162
  "label": "Region or state of birth",
179
163
  "path": [
180
- "$.person.birthPlace.addressRegion",
181
- "$.credentialSubject.person.birthPlace.addressRegion"
164
+ "$.person.birthPlace.addressRegion", "$.credentialSubject.person.birthPlace.addressRegion"
182
165
  ],
183
166
  "schema": {
184
167
  "type": "string"
@@ -187,8 +170,7 @@
187
170
  {
188
171
  "label": "Place of birth",
189
172
  "path": [
190
- "$.person.birthPlace.addressLocality",
191
- "$.credentialSubject.person.birthPlace.addressLocality"
173
+ "$.person.birthPlace.addressLocality", "$.credentialSubject.person.birthPlace.addressLocality"
192
174
  ],
193
175
  "schema": {
194
176
  "type": "string"
@@ -197,8 +179,7 @@
197
179
  {
198
180
  "label": "Gender",
199
181
  "path": [
200
- "$.person.gender",
201
- "$.credentialSubject.person.gender"
182
+ "$.person.gender", "$.credentialSubject.person.gender"
202
183
  ],
203
184
  "schema": {
204
185
  "type": "string"
@@ -207,8 +188,7 @@
207
188
  {
208
189
  "label": "Nationality",
209
190
  "path": [
210
- "$.nationality",
211
- "$.credentialSubject.nationality"
191
+ "$.nationality", "$.credentialSubject.nationality"
212
192
  ],
213
193
  "schema": {
214
194
  "type": "string"
@@ -217,8 +197,7 @@
217
197
  {
218
198
  "label": "Street address",
219
199
  "path": [
220
- "$.streetAddress",
221
- "$.credentialSubject.streetAddress"
200
+ "$.streetAddress", "$.credentialSubject.streetAddress"
222
201
  ],
223
202
  "schema": {
224
203
  "type": "string"
@@ -227,8 +206,7 @@
227
206
  {
228
207
  "label": "City",
229
208
  "path": [
230
- "$.addressLocality",
231
- "$.credentialSubject.addressLocality"
209
+ "$.addressLocality", "$.credentialSubject.addressLocality"
232
210
  ],
233
211
  "schema": {
234
212
  "type": "string"
@@ -237,8 +215,7 @@
237
215
  {
238
216
  "label": "Region or state",
239
217
  "path": [
240
- "$.addressRegion",
241
- "$.credentialSubject.addressRegion"
218
+ "$.addressRegion", "$.credentialSubject.addressRegion"
242
219
  ],
243
220
  "schema": {
244
221
  "type": "string"
@@ -247,8 +224,7 @@
247
224
  {
248
225
  "label": "Postal code",
249
226
  "path": [
250
- "$.postCode",
251
- "$.credentialSubject.postCode"
227
+ "$.postCode", "$.credentialSubject.postCode"
252
228
  ],
253
229
  "schema": {
254
230
  "type": "string"
@@ -257,8 +233,7 @@
257
233
  {
258
234
  "label": "Country",
259
235
  "path": [
260
- "$.addressCountry",
261
- "$.credentialSubject.addressCountry"
236
+ "$.addressCountry", "$.credentialSubject.addressCountry"
262
237
  ],
263
238
  "schema": {
264
239
  "type": "string"