EWC-consortium / eudi-wallet-rulebooks-and-schemas

This repository contains all rulebooks and data schemas utilised in the EWC Large Scale Pilot use cases, providing a comprehensive reference for interoperability, governance, and compliance in digital identity frameworks.
Apache License 2.0
4 stars 4 forks source link

LPID reference in EUCC #10

Open bartbink opened 4 weeks ago

bartbink commented 4 weeks ago

https://github.com/EWC-consortium/eudi-wallet-rulebooks-and-schemas/blob/main/data-schemas/ds001-eu-company-certificate.json

in the EUCC it states:

"legalName": {
              "description": "Legal person official name as in LPID",

it would be nice to also refer to the LPID with the EUID:

"identifier": {
              "description": "EUID of the company as in LPID",
michelleludovici1 commented 1 week ago

Actually, don't refer to the LPID at all in the description. Maybe we could use $ref tags to refer to the attribute in another schema? Example: "$ref": "https://raw.githubusercontent.com/bartbink/eudi-wallet-rulebooks-and-schemas/SR-and-PoA/data-schemas/ds004-legal-person-identification-data.json#/properties/issuing_authority"