Skip to content

Instantly share code, notes, and snippets.

@loic
Created September 23, 2016 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loic/e9540b07d97bf185480e6e7749c10706 to your computer and use it in GitHub Desktop.
Save loic/e9540b07d97bf185480e6e7749c10706 to your computer and use it in GitHub Desktop.
{
"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