Skip to content

Instantly share code, notes, and snippets.

@olgazju
Created April 2, 2023 20:08
{
"schema": {
"type": "struct",
"fields": [{
"type": "int32",
"optional": false,
"field": "id"
}, {
"type": "string",
"optional": false,
"field": "first_name"
}, {
"type": "string",
"optional": false,
"field": "last_name"
}, {
"type": "string",
"optional": false,
"field": "email"
}, {
"type": "string",
"optional": false,
"field": "login_timestamp"
}, {
"type": "string",
"optional": false,
"field": "ip_address"
}, {
"type": "string",
"optional": false,
"field": "country"
}, {
"type": "string",
"optional": false,
"field": "company"
}],
"optional": false,
"name": "msgschema"
},
"payload": {
"id":6,
"first_name":"Maureen",
"last_name":"Bothbie",
"email":"mbothbie5@forbes.com",
"login_timestamp":"2022-07-14T09:34:59.799044",
"ip_address":"107.178.5.192",
"country":"France",
"company":"Hauck, Little and Hand"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment