decentralized-identity / presentation-exchange

Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation Definition) and subsequent proof submissions (Presentation Submission)
https://identity.foundation/presentation-exchange
Apache License 2.0
84 stars 37 forks source link

Suggestion: Submission Requirements should have a required `id` field #235

Closed JaceHensley closed 3 years ago

JaceHensley commented 3 years ago

I think it would be nice to have a required id on Submission Requirements. Mainly for when the submitted Presentation Submission is tested against the corresponding Presentation Definition. Currently you have to keep track of the whole SR object if you want to know which SR was not satisfied by the PS, instead it would be nice to just have to keep track of the SR's id.

csuwildcat commented 3 years ago

Per convo with Jace we can close this in favor of using existing structure/pointers.