tdiesler / nessus-didcomm

Nessus DIDComm is about Digital Identity and Verifiable Credentials
Apache License 2.0
8 stars 1 forks source link

Improve feedback on non-matching presentation data #120

Open tdiesler opened 1 year ago

tdiesler commented 1 year ago

Expected ...

"location": {
      "type": "Country",
      "address": {
        "addressCountry": "CA"
      }
}

Given ...

"location": {
    "address": {
        "addressCountry": "CA"
    }
}

Error

Non matching data: [{"name":"location","value":{"address":{"addressCountry":"CA"}}}]