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
82 stars 37 forks source link

Input Descriptor "group" property #427

Closed amika-sq closed 1 year ago

amika-sq commented 1 year ago

In v2 of the Presentation Exchange spec, group is not documented as a property on the Input Descriptor Object: https://identity.foundation/presentation-exchange/#input-descriptor-object

This property however does appear within a couple of examples in the spec itself:

Looking back at v1 of the spec, group is documented there: https://identity.foundation/presentation-exchange/spec/v1.0.0/#input-descriptor-object

I can't tell if either:

  1. the group property is just missing documentation in the spec
  2. the examples need to be updated to remove group
amika-sq commented 1 year ago

Realized that group is an optional Feature now, described at the bottom of the example in https://identity.foundation/presentation-exchange/#input-descriptor-extensions. Closing!