Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve feedback on non-matching presentation data #120

Open
tdiesler opened this issue Apr 1, 2023 · 0 comments
Open

Improve feedback on non-matching presentation data #120

tdiesler opened this issue Apr 1, 2023 · 0 comments
Labels
improvement Improve something

Comments

@tdiesler
Copy link
Owner

tdiesler commented Apr 1, 2023

Expected ...

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

Given ...

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

Error

Non matching data: [{"name":"location","value":{"address":{"addressCountry":"CA"}}}]
@tdiesler tdiesler added the improvement Improve something label Apr 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improve something
Projects
None yet
Development

No branches or pull requests

1 participant