Skip to content

Instantly share code, notes, and snippets.

@ldenson11
Created November 12, 2019 17:31
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/107ceb5ab4d807434799c822b6c44e8e to your computer and use it in GitHub Desktop.
Save ldenson11/107ceb5ab4d807434799c822b6c44e8e to your computer and use it in GitHub Desktop.
{
"name": "ingredients",
"type": "record",
"namespace": "com.eventador.ingredients",
"fields": [
{
"name": "data_0",
"type": {
"type": "array",
"items": "string"
}
},
{
"name": "data_1",
"type": {
"type": "array",
"items": "string"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment