core/tests/components/bring/fixtures/users.json

32 lines
683 B
JSON

{
"users": [
{
"publicUuid": "9a21fdfc-63a4-441a-afc1-ef3030605a9d",
"name": "Bring",
"email": "test-email",
"photoPath": "",
"pushEnabled": true,
"plusTryOut": false,
"country": "DE",
"language": "de"
},
{
"publicUuid": "73af455f-c158-4004-a5e0-79f4f8a6d4bd",
"name": "NAME",
"email": "EMAIL",
"photoPath": "",
"pushEnabled": true,
"plusTryOut": false,
"country": "US",
"language": "en"
},
{
"publicUuid": "7d5e9d08-877a-4c36-8740-a9bf74ec690a",
"pushEnabled": true,
"plusTryOut": false,
"country": "US",
"language": "en"
}
]
}