You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the definitions (e.g., this) for claims/credentialSubject in the credential format profiles are broken (as pointed out earlier).
At least the following problems exist:
There is no way to distinguish between a claim named mandatory and the syntax element mandatory (same for display etc.).
There is no way to describe, e.g., the address claim and the address/region sub-claim.
The implementer has to parse the structure in order to figure out whether a certain object defines properties of the claim or contains nested claims. While this is possible, it is hard to implement.
Handling of arrays of objects is undefined.
This is also related to this issue, both go back to not properly accounting for nested structures.
The problem exists in all three profiles defined in Appendix A.
paulbastian, bc-pi, pmhsfelix, awoie, Sakurann and 1 more