Skip to content

Instantly share code, notes, and snippets.

@ldenson11
Created October 28, 2019 18:21
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/3b580d4ce5a89982749a934759a34a61 to your computer and use it in GitHub Desktop.
Save ldenson11/3b580d4ce5a89982749a934759a34a61 to your computer and use it in GitHub Desktop.
{
"namespace": "com.eventador.payments",
"type": "record",
"name": "fraud_detection",
"doc": "Payments Schema",
"fields": [
{
"type": "int",
"name": "userId"
},
{
"type": "int",
"name": "amount"
},
{
"type": "string",
"name": "cardId"
},
{
"type": "string",
"name": "lat"
},
{
"type": "string",
"name": "lon"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment