@velocitycareerlabs/libapp 1.25.0-qa-build.1e107639a → 1.25.0-qa-build.1999a6cbb

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.
@@ -51,7 +51,7 @@
51
51
  {
52
52
  "label": "Name",
53
53
  "path": [
54
- "$.credentialSubject.identifier[?(@.identityType == 'userName')].identityHash",
54
+ "$.credentialSubject.identifier[?(@.identityType == 'name')].identityHash",
55
55
  "$.identifier[?(@.identityType == 'name')].identityHash"
56
56
  ],
57
57
  "schema": {
@@ -105,28 +105,32 @@
105
105
  "label": "Awarded",
106
106
  "path": [
107
107
  "$.awardedDate"
108
- ]
108
+ ],
109
+ "schema": {
110
+ "type": "string",
111
+ "format": "date"
112
+ }
109
113
  },
110
114
  {
111
- "label": "Start",
115
+ "label": "Started",
112
116
  "path": [
113
117
  "$.activityStartDate",
114
118
  "$.credentialSubject.activityStartDate"
115
119
  ],
116
120
  "schema": {
117
121
  "type": "string",
118
- "format": "date-time"
122
+ "format": "date"
119
123
  }
120
124
  },
121
125
  {
122
- "label": "End",
126
+ "label": "Ended",
123
127
  "path": [
124
128
  "$.activityEndDate",
125
129
  "$.credentialSubject.activityEndDate"
126
130
  ],
127
131
  "schema": {
128
132
  "type": "string",
129
- "format": "date-time"
133
+ "format": "date"
130
134
  }
131
135
  },
132
136
  {
@@ -51,7 +51,7 @@
51
51
  {
52
52
  "label": "Name",
53
53
  "path": [
54
- "$.credentialSubject.identifier[?(@.identityType == 'userName')].identityHash",
54
+ "$.credentialSubject.identifier[?(@.identityType == 'name')].identityHash",
55
55
  "$.identifier[?(@.identityType == 'name')].identityHash"
56
56
  ],
57
57
  "schema": {
@@ -105,28 +105,32 @@
105
105
  "label": "Awarded",
106
106
  "path": [
107
107
  "$.awardedDate"
108
- ]
108
+ ],
109
+ "schema": {
110
+ "type": "string",
111
+ "format": "date"
112
+ }
109
113
  },
110
114
  {
111
- "label": "Start",
115
+ "label": "Started",
112
116
  "path": [
113
117
  "$.activityStartDate",
114
118
  "$.credentialSubject.activityStartDate"
115
119
  ],
116
120
  "schema": {
117
121
  "type": "string",
118
- "format": "date-time"
122
+ "format": "date"
119
123
  }
120
124
  },
121
125
  {
122
- "label": "End",
126
+ "label": "Ended",
123
127
  "path": [
124
128
  "$.activityEndDate",
125
129
  "$.credentialSubject.activityEndDate"
126
130
  ],
127
131
  "schema": {
128
132
  "type": "string",
129
- "format": "date-time"
133
+ "format": "date"
130
134
  }
131
135
  },
132
136
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velocitycareerlabs/libapp",
3
- "version": "1.25.0-qa-build.1e107639a",
3
+ "version": "1.25.0-qa-build.1999a6cbb",
4
4
  "description": "Velocity Schema and Document Library",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -14,5 +14,5 @@
14
14
  "not ie <= 11",
15
15
  "not op_mini all"
16
16
  ],
17
- "gitHead": "9a936d469ec1c771f05b7c66fe29008e6254c69d"
17
+ "gitHead": "bf7b754cfec42ffdc708a02062eabe5044a87d6d"
18
18
  }