mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 09:30:58 +00:00
10 lines
223 B
JSON
10 lines
223 B
JSON
{
|
|
"id": @integer@,
|
|
"email": "Barry@doe.com",
|
|
"email_canonical": "barry@doe.com",
|
|
"first_name": "Barry",
|
|
"last_name": "Doe",
|
|
"birthday": "@string@.isDateTime()",
|
|
"gender": "u",
|
|
"groups": []
|
|
}
|