Skip to content

Commit

Permalink
Add proof-configuration for BC Wallet Showcase Person for development…
Browse files Browse the repository at this point in the history
… purposes

Signed-off-by: Emiliano Suñé <[email protected]>
  • Loading branch information
esune committed Mar 13, 2024
1 parent 697d796 commit e6fdee8
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions proof-configurations/showcase-person/dev/showcase-person.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"ver_config_id": "showcase-person",
"subject_identifier": "",
"generate_consistent_identifier": true,
"proof_request": {
"name": "BC Wallet Showcase Person",
"version": "1.0",
"requested_attributes": [
{
"names": [
"region",
"country",
"given_names",
"postal_code",
"birthdate_dateint",
"street_address",
"picture",
"family_name",
"expiry_date_dateint",
"locality"
],
"restrictions": [
{
"schema_name": "Person",
"issuer_did": "L6ASjmDDbDH7yPL1t2yFj9"
},
{
"schema_name": "Person",
"issuer_did": "QEquAHkM35w4XVT3Ku5yat"
},
{
"schema_name": "Person",
"issuer_did": "M6dhuFj5UwbhWkSLmvYSPc"
}
]
}
],
"requested_predicates": []
}
}

0 comments on commit e6fdee8

Please sign in to comment.