Skip to content

Commit a7ce0e5

Browse files
authored
Add issuing_country and issuing_jurisdiction to mDL (#223)
1 parent 4277bb5 commit a7ce0e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/core/constants/attestation-definitions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ export const MDL_ATTESTATION: AttestationDefinition = {
4747
{ identifier: 'age_over_21', attribute: 'Age over 21'},
4848
{ identifier: 'age_in_years', attribute: 'Age in years'},
4949
{ identifier: 'age_birth_year', attribute: 'Age birth year'},
50+
{ identifier: 'issuing_country', attribute: 'Issuing country'},
51+
{ identifier: 'issuing_jurisdiction', attribute: 'Issuing jurisdiction'},
5052
{ identifier: 'issuing_authority', attribute: 'Issuing authority'},
5153
{ identifier: 'document_number', attribute: 'Document number'},
5254
{ identifier: 'portrait', attribute: 'Portrait'},

0 commit comments

Comments
 (0)