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