Created
March 9, 2020 11:51
-
-
Save AppLoidx/555ab8b63079cf7f4643b05a8c95c219 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"invalids": [ | |
{ | |
"login": "apploid", | |
"given_name": "Arthur", | |
"surname": "Kupriyanov", | |
"email": "[email protected]", | |
"password": "123123123c", | |
"observers": [ | |
{ | |
"login": "observer-1", | |
"given_name": "Vlad", | |
"surname": "Karamzin", | |
"email": "[email protected]", | |
"password": "123123123c" | |
}, | |
{ | |
"login": "obsever-2", | |
"given_name": "Natasha", | |
"surname": "Rostova", | |
"email": "[email protected]", | |
"password": "123123123c" | |
} | |
] | |
} | |
], | |
"observers": [ | |
{ | |
"login": "observer-3", | |
"given_name": "Vlad", | |
"surname": "Karamzin", | |
"email": "[email protected]", | |
"password": "123123123c", | |
"invalids": [ | |
{ | |
"login": "apploid", | |
"given_name": "Arthur", | |
"surname": "Kupriyanov", | |
"email": "[email protected]", | |
"password": "123123123c", | |
"observers": [ | |
{ | |
"login": "observer-1", | |
"given_name": "Vlad", | |
"surname": "Karamzin", | |
"email": "[email protected]", | |
"password": "123123123c" | |
}, | |
{ | |
"login": "obsever-2", | |
"given_name": "Natasha", | |
"surname": "Rostova", | |
"email": "[email protected]", | |
"password": "123123123c" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment