Skip to content

Instantly share code, notes, and snippets.

@arthurportas
Created January 21, 2017 21:31
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 arthurportas/d103f9cfe72b0b633c482e080961db99 to your computer and use it in GitHub Desktop.
Save arthurportas/d103f9cfe72b0b633c482e080961db99 to your computer and use it in GitHub Desktop.
Sample data for test with NoSqlUnit
{
"user": {
"data": [
{
"id": "119bbacd-9c03-4044-867f-4c26e8f715f6",
"firstName": "Arthur",
"lastName": "Portas",
"email": "arthurportas[AT]gmail.com"
},
{
"id": "f0f45a6f-77af-44a6-b872-8ee139534afb",
"firstName": "John",
"lastName": "Doe",
"email": "jondoe[AT]gmail.com"
},
{
"id": "a85e5ed7-1a63-4bd9-b460-0ecb0cc1327e",
"firstName": "Pamela",
"lastName": "Anderson",
"email": "pamelaanderson[AT]gmail.com"
},
{
"id": "6d876643-c60b-4fd9-a7ae-be4df2b0d466",
"firstName": "Soraia",
"lastName": "Chaves",
"email": "soraiachaves[AT]gmail.com"
},
{
"id": "2a734390-673f-490a-aed1-c0bb580847a6",
"firstName": "Ines",
"lastName": "Branco",
"email": "inesbranco[AT]gmail.com"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment