We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4277bb5 commit a7ce0e5Copy full SHA for a7ce0e5
src/app/core/constants/attestation-definitions.ts
@@ -47,6 +47,8 @@ export const MDL_ATTESTATION: AttestationDefinition = {
47
{ identifier: 'age_over_21', attribute: 'Age over 21'},
48
{ identifier: 'age_in_years', attribute: 'Age in years'},
49
{ identifier: 'age_birth_year', attribute: 'Age birth year'},
50
+ { identifier: 'issuing_country', attribute: 'Issuing country'},
51
+ { identifier: 'issuing_jurisdiction', attribute: 'Issuing jurisdiction'},
52
{ identifier: 'issuing_authority', attribute: 'Issuing authority'},
53
{ identifier: 'document_number', attribute: 'Document number'},
54
{ identifier: 'portrait', attribute: 'Portrait'},
0 commit comments