eclipse-tractusx / sldt-semantic-models

sldt-semantic-models
Creative Commons Attribution 4.0 International
31 stars 46 forks source link

[Model Update]: Business Partner Certificate v. 2.0.0 #791

Open Cvetanka-ZF opened 4 days ago

Cvetanka-ZF commented 4 days ago

Update Reason

The current model is inadequate for a decentralised architecture.

  1. The model should be extended to include data attributes for the physical document.
    ex. "document": { "documentID": "UUID--123456789", "creationDate": "2024-08-23T13:19:00.280+02:00", "contentType": "application/pdf", "contentBase64": "iVBORw0KGgoAAdsfwerTETEfdgd" }

  2. The data attribute issurer (which is currently optional and represents a BPN) should be extended to include the name of the issurer as a mandatory attribute. ex.
    "issuer": { "issuerBpn": "BPNL13363112312", "issuerName": "TÜV" }

MS1 Criteria

maximilianong commented 3 days ago

We discussed this topic in the company certificate expert group and agree to the changes! Thanks @Cvetanka-ZF for brining this up and doing the changes.

jcjollant commented 3 days ago

Thanks for the prompt turnaround