Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit f2d2a12d authored by Yannick HUARD's avatar Yannick HUARD
Browse files

feat: add optional `euid` property to `credentialSubject` - EBSIINT-10736

parent a968806d
No related branches found
No related tags found
2 merge requests!82Publish changes,!80feat: add optional `euid` property to `credentialSubject` - EBSIINT-10736
---
"@cef-ebsi/vcdm1.1-vid-legal-entity-schema": minor
"@cef-ebsi/vcdm2.0-vid-legal-entity-schema": minor
---
Add optional `euid` property to `credentialSubject`.
......@@ -376,8 +376,8 @@
"version": "1.3.0",
"title": "EBSI Legal Entity Verifiable ID",
"description": "Schema of an EBSI Verifiable ID for a legal entity",
"idBase16": "0x546b382282690a3334470d000c2ba230e07be85c0051d0d301073f0437646e31",
"idBase58": "z6gY5ApNP4EYBDo9rsC5uyu8pxXyAxWFMoKKX4boy2zpY",
"idBase16": "0x32e9ef7b96c89b72a86cbfc82e434fb319efd7442f4702a93fe368077abdb3f4",
"idBase58": "z4RkHAFZirc3Ad24W9yoqq161wUeEDpRecLihzGducQUb",
"file": "schemas/vcdm1.1/vid/legal-entity/schema.json",
"vcdm": "1.1",
"verification": "Documents",
......@@ -472,8 +472,8 @@
"version": "1.2.0",
"title": "EBSI Legal Entity Verifiable ID",
"description": "Schema of an EBSI Verifiable ID for a legal entity",
"idBase16": "0x69b4db34bfd77058e719c9f5f559d12bc6577152c4572da4ffc7a9f190955adc",
"idBase58": "z87dkzVddhQ16vN2pKaWhJDnVWAJ8F9w5G2F1H9RtvBm5",
"idBase16": "0x48a19a25bac220ff78228a316e87d8b4873888101a32a3c655cda4ab9f783987",
"idBase58": "z5tXH1Rn8ANFmNtmyS3jrhqVwiVnhvkpMMvpbLT3BMkRC",
"file": "schemas/vcdm2.0/vid/legal-entity/schema.json",
"vcdm": "2.0",
"verification": "Documents",
......
......@@ -8,8 +8,8 @@
The schema is published to the [Trusted Schemas Registry](https://hub.ebsi.eu/apis/pilot/trusted-schemas-registry) with the IDs:
- `0x546b382282690a3334470d000c2ba230e07be85c0051d0d301073f0437646e31` (hexadecimal)
- `z6gY5ApNP4EYBDo9rsC5uyu8pxXyAxWFMoKKX4boy2zpY` (multibase base58btc)
- `0x32e9ef7b96c89b72a86cbfc82e434fb319efd7442f4702a93fe368077abdb3f4` (hexadecimal)
- `z4RkHAFZirc3Ad24W9yoqq161wUeEDpRecLihzGducQUb` (multibase base58btc)
## Table of Contents
......@@ -41,6 +41,10 @@ The schema is published to the [Trusted Schemas Registry](https://hub.ebsi.eu/ap
"type": "string",
"format": "uri"
},
"euid": {
"description": "European Unique Identifier, for companies operating across multiple EU countries.",
"type": "string"
},
"legalPersonIdentifier": {
"description": "National/Legal Identifier of Credential Subject (constructed by the sending Member State in accordance with the technical specifications for the purposes of cross-border identification and which is as persistent as possible in time)",
"type": "string"
......
......@@ -18,6 +18,10 @@
"type": "string",
"format": "uri"
},
"euid": {
"description": "European Unique Identifier, for companies operating across multiple EU countries.",
"type": "string"
},
"legalPersonIdentifier": {
"description": "National/Legal Identifier of Credential Subject (constructed by the sending Member State in accordance with the technical specifications for the purposes of cross-border identification and which is as persistent as possible in time)",
"type": "string"
......
{
"vcdm": "1.1",
"id": {
"base16": "0x546b382282690a3334470d000c2ba230e07be85c0051d0d301073f0437646e31",
"multibase_base58btc": "z6gY5ApNP4EYBDo9rsC5uyu8pxXyAxWFMoKKX4boy2zpY"
"base16": "0x32e9ef7b96c89b72a86cbfc82e434fb319efd7442f4702a93fe368077abdb3f4",
"multibase_base58btc": "z4RkHAFZirc3Ad24W9yoqq161wUeEDpRecLihzGducQUb"
},
"verification": "Documents",
"context": "Education and lifelong learning"
......
......@@ -8,8 +8,8 @@
The schema is published to the [Trusted Schemas Registry](https://hub.ebsi.eu/apis/pilot/trusted-schemas-registry) with the IDs:
- `0x69b4db34bfd77058e719c9f5f559d12bc6577152c4572da4ffc7a9f190955adc` (hexadecimal)
- `z87dkzVddhQ16vN2pKaWhJDnVWAJ8F9w5G2F1H9RtvBm5` (multibase base58btc)
- `0x48a19a25bac220ff78228a316e87d8b4873888101a32a3c655cda4ab9f783987` (hexadecimal)
- `z5tXH1Rn8ANFmNtmyS3jrhqVwiVnhvkpMMvpbLT3BMkRC` (multibase base58btc)
## Table of Contents
......@@ -41,6 +41,10 @@ The schema is published to the [Trusted Schemas Registry](https://hub.ebsi.eu/ap
"type": "string",
"format": "uri"
},
"euid": {
"description": "European Unique Identifier, for companies operating across multiple EU countries.",
"type": "string"
},
"legalPersonIdentifier": {
"description": "National/Legal Identifier of Credential Subject (constructed by the sending Member State in accordance with the technical specifications for the purposes of cross-border identification and which is as persistent as possible in time)",
"type": "string"
......
......@@ -18,6 +18,10 @@
"type": "string",
"format": "uri"
},
"euid": {
"description": "European Unique Identifier, for companies operating across multiple EU countries.",
"type": "string"
},
"legalPersonIdentifier": {
"description": "National/Legal Identifier of Credential Subject (constructed by the sending Member State in accordance with the technical specifications for the purposes of cross-border identification and which is as persistent as possible in time)",
"type": "string"
......
{
"vcdm": "2.0",
"id": {
"base16": "0x69b4db34bfd77058e719c9f5f559d12bc6577152c4572da4ffc7a9f190955adc",
"multibase_base58btc": "z87dkzVddhQ16vN2pKaWhJDnVWAJ8F9w5G2F1H9RtvBm5"
"base16": "0x48a19a25bac220ff78228a316e87d8b4873888101a32a3c655cda4ab9f783987",
"multibase_base58btc": "z5tXH1Rn8ANFmNtmyS3jrhqVwiVnhvkpMMvpbLT3BMkRC"
},
"verification": "Documents",
"context": "General"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment