Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfett committed Sep 12, 2024
1 parent df46111 commit fc66dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions examples/query_lang/claims_alternatives.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{"path": ["last_name"]},
{
"path": ["postal_code"],
// alternatively, deliver the two claims in the group locality_and_region
"alternative_claims": ["locality_and_region"]
},
{
Expand All @@ -23,11 +24,9 @@
"path": ["region"]
},
{
"group": "age_verification",
"path": ["date_of_birth"]
},
{
"group": "newsletter",
"path": ["email"]
}
]
Expand Down
1 change: 1 addition & 0 deletions examples/query_lang/credentials_alternatives.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{"path": ["family_name"]},
{"path": ["address", "street_address"]}
],
// alternatively, deliver other_pid or both credentials in pid_reduced
"alternative_credentials": ["other_pid", "pid_reduced"]
},
{
Expand Down

0 comments on commit fc66dd1

Please sign in to comment.