dc4eu / vc

European Wallet
BSD 2-Clause "Simplified" License
0 stars 2 forks source link

Overarching Change Requests #58

Closed MFrank2 closed 3 months ago

MFrank2 commented 3 months ago

revocation object everywhere: Rename id to revocation_id (or without underscore..) to be clearly identifiable inside the database; id could be very misleading during selections

masv3971 commented 3 months ago

My reasoning on this is, since we are using a document database, each attribute is located within a hierarchical structure (like json). "id" will not just be found in the database, it will be found with "revocation.id", does that make sense?

MFrank2 commented 3 months ago

Thank you for the clarification. That makes sense and is fine.