Skip to content

Instantly share code, notes, and snippets.

@brendan-nobadthing
Created June 2, 2023 01:21
Show Gist options
  • Save brendan-nobadthing/b3a1035e1fa367a4e223fda5381292b1 to your computer and use it in GitHub Desktop.
Save brendan-nobadthing/b3a1035e1fa367a4e223fda5381292b1 to your computer and use it in GitHub Desktop.
sample data as generasted by bogus
{
"id": "d8a36555-5427-463f-961a-2dab9ad68160",
"UserId": "faf154e6-39be-42b6-3d7f-700c76a2d59c",
"OrgId": "259879f3-cb10-c222-d06f-6ca4b4bc9d73",
"ProductId": "950dad62-7f6a-db6c-294d-90b85315e815",
"EventType": 2,
"User": {
"UserId": "faf154e6-39be-42b6-3d7f-700c76a2d59c",
"OrgId": "259879f3-cb10-c222-d06f-6ca4b4bc9d73",
"FirstName": "Oliver",
"LastName": "Bergstrom",
"Address": "66 Audrey Trail, Jerdefurt, Gambia",
"State": "Queensland",
"Dob": "2009-11-04"
},
"Product": {
"ProductId": "950dad62-7f6a-db6c-294d-90b85315e815",
"Name": "Tuna",
"Barcode": "5126516070865",
"Department": "Grocery & Toys",
"Color": "plum",
"Price": "908.94"
},
"Organisation": {
"OrgId": "259879f3-cb10-c222-d06f-6ca4b4bc9d73",
"OrgName": "Johnston - King",
"Address": "494 Moss Street, West Laurenport, Bosnia and Herzegovina"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment