reactredux/db/DML/user.json

62 lines
1.2 KiB
JSON

[
{
"_id": "fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60",
"sites": [
"404c8232-9048-4519-bfba-6e78dc7005ca"
],
"created": {
"$date": "2022-01-01T00:00:00.000Z"
},
"nickaName": "hailstrike",
"passwords": {
"pwHash": "",
"pwSalt": "",
"created": {
"$date": "2022-01-01T00:00:00.000Z"
},
"expiration": {
"$date": "2023-01-01T00:00:00.000Z"
},
"expired": [
{
"pwHash": "",
"pwSalt": "",
"created": {
"$date": "2022-01-01T00:00:00.000Z"
},
"expiration": {
"$date": "2023-01-01T00:00:00.000Z"
}
}
]
},
"name": "John",
"lastName": "Doe",
"contacts": [
{
"type": 0,
"value": "john.doe@maks-it.com",
"confirmed": false
},
{
"type": 1,
"value": "+39000000",
"confirmed": false
}
],
"tokens": [],
"billingAddress": {
"street": "",
"city": "",
"postCode": "",
"country": ""
},
"shippingAddress": {
"street": "",
"city": "",
"postCode": "",
"country": ""
}
}
]