-
-
Save loic/e9540b07d97bf185480e6e7749c10706 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"locations": [], | |
"settings": { | |
"exportForm": { | |
"server": "https://scope-trn.wfp.org/triplex/mobile/registration/v1/" | |
}, | |
"features": { | |
"captureIris": true, | |
"captureFingerprints": true, | |
"updateToken": true | |
}, | |
"householdForm": { | |
"beneficiaryType": { | |
"choices": [ | |
{ | |
"label": "IDP", | |
"value": "IDP" | |
}, | |
{ | |
"label": "Resident", | |
"value": "Resident" | |
}, | |
{ | |
"label": "Refugee", | |
"value": "Refugee" | |
}, | |
{ | |
"label": "Returnee", | |
"value": "Returnee" | |
} | |
] | |
}, | |
"token": false | |
}, | |
"personForm": { | |
"dateOfBirth": { | |
"exact": true | |
}, | |
"document": { | |
"choices": [ | |
{ | |
"value": "Citizenship ID", | |
"label": "Citizenship ID", | |
"source": "manual" | |
}, | |
{ | |
"value": "Passport", | |
"label": "Passport", | |
"source": "manual" | |
}, | |
{ | |
"value": "Driver's license", | |
"label": "Driver's license", | |
"source": "manual" | |
} | |
] | |
}, | |
"phone": { | |
"prefix": "+47" | |
}, | |
"recipient": { | |
"maxAlternates": 3 | |
} | |
}, | |
"profile": "Triplex" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment