@cef-ebsi/cli 1.3.0 → 1.3.1
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.
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"type": "IssuanceCertificate"
|
|
30
30
|
},
|
|
31
31
|
"credentialSchema": {
|
|
32
|
-
"id": "ebsi:pilot:trusted-schemas-registry:/schemas/
|
|
32
|
+
"id": "ebsi:pilot:trusted-schemas-registry:/schemas/z6pHzVWcE9hygBq8UWRXXyR8nRst6rUXMKUkTjMoh3sfJ",
|
|
33
33
|
"type": "FullJsonSchemaValidator2021"
|
|
34
34
|
}
|
|
35
35
|
}
|
package/dist/scripts/issueVcTnl
CHANGED
|
@@ -23,7 +23,7 @@ set payloadVcTnl.credentialSubject.nodes resultHealth.nodesOk
|
|
|
23
23
|
|
|
24
24
|
# Other updates
|
|
25
25
|
set payloadVcTnl.termsOfUse.id user.accreditationUrl
|
|
26
|
-
set payloadVcTnl.credentialSchema.id ebsi: payloadVcTnl.credentialSubject.environment :trusted-schemas-registry:/schemas/
|
|
26
|
+
set payloadVcTnl.credentialSchema.id ebsi: payloadVcTnl.credentialSubject.environment :trusted-schemas-registry:/schemas/z6pHzVWcE9hygBq8UWRXXyR8nRst6rUXMKUkTjMoh3sfJ
|
|
27
27
|
|
|
28
28
|
# Issue the credential
|
|
29
29
|
vcTnl: compute createVcJwt payloadVcTnl {} ES256
|