decentralized-identity / wallet-rendering

Specifications for rendering DID and Credential-centric data in wallet applications
https://identity.foundation/wallet-rendering
Apache License 2.0
8 stars 2 forks source link

Support mapping array values (lens) #5

Closed JaceHensley closed 2 years ago

JaceHensley commented 2 years ago

I'm not quite sure how this would look but the idea is to allow displaying an array of mapped items. For example if you have the following JSON:

{
  "things": [
    {
      "value": "first"
    },
    {
      "value": "second"
    }
  ]
}

you may want the wallet to display:

Value of Things: first, second
brentzundel commented 2 years ago

closing as subset of #4