Skip to content

Instantly share code, notes, and snippets.

@ldenson11
Created January 29, 2020 22:05
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 ldenson11/cb5ae30f4bb608d9fc0ad6e1d3985089 to your computer and use it in GitHub Desktop.
Save ldenson11/cb5ae30f4bb608d9fc0ad6e1d3985089 to your computer and use it in GitHub Desktop.
{
"name": "Payment Auths",
"type": "record",
"namespace": "com.eventador.auths",
"fields": [
{
"name": "card",
"type": "string"
},
{
"name": "amount",
"type": "int"
},
{
"name": "lat",
"type": "int"
},
{
"name": "lon",
"type": "int"
},
{
"name": "userid",
"type": "int"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment