File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/lib/gaia-x_compliance/generate-credentials/templates Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 22 "@context": [
33 "https://www.w3.org/2018/credentials/v1",
44 "https://w3id.org/security/suites/jws-2020/v1",
5- "https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#"
5+ "https://registry.lab.gaia-x.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#",
6+ {
7+ "pontus-x": "https://pontus-x.eu/vocabulary/"
8+ }
69 ],
710 "id": "https://{{ issuer_domain }} /.well-known/{{ participant_name }} .vp.json#participant",
811 "type": "VerifiableCredential",
1518 "gx:legalRegistrationNumber": {
1619 "id": "{{ participant_uri }} #lrn"
1720 },
21+ "pontus-x:accounts": [ {{ #each participant_accounts }} "{{ this }} "{{ #unless @last }} ,{{ /unless }} {{ /each }} ],
1822 "gx:headquarterAddress": {
1923 "gx:streetAddress": "{{ participant_street_address }} ",
2024 "gx:postalCode": "{{ participant_postal_code }} ",
You can’t perform that action at this time.
0 commit comments