Skip to content

Instantly share code, notes, and snippets.

@MovileGente
Created September 20, 2018 21:04
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 MovileGente/7e36ffba9c955507aba6e00918b9cda7 to your computer and use it in GitHub Desktop.
Save MovileGente/7e36ffba9c955507aba6e00918b9cda7 to your computer and use it in GitHub Desktop.
{
"type": "record",
"name": "SubscriptionRequest",
"namespace": "com.felipeassoline.subscription.payment.api",
"fields": [
{"name": "cardNumber", "type": ["string", "null"]},
{"name": "secret", "type": ["string", "null"]},
{"name": "status", "type": ["string", "null"]}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment