The current model is inadequate for a decentralised architecture.
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"
}
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
[ ] The model that should be updated exists
[ ] The referenced use case exists
[ ] The potential updates are discussed with all stakeholders
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.
Update Reason
The current model is inadequate for a decentralised architecture.
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" }
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