Skip to content

Instantly share code, notes, and snippets.

@dalelane
Last active July 20, 2019 22:34
Show Gist options
  • Select an option

  • Save dalelane/d63bfa4e9fbdcd45fc4e5592c76747a5 to your computer and use it in GitHub Desktop.

Select an option

Save dalelane/d63bfa4e9fbdcd45fc4e5592c76747a5 to your computer and use it in GitHub Desktop.
Example of an Avro schema - used in https://dalelane.co.uk/blog/?p=3781
{
"type": "record",
"name": "Type5",
"namespace": "co.uk.dalelane",
"fields": [
{
"name": "favouriteNames",
"type": {
"type": "map",
"name": "names",
"namespace": "co.uk.dalelane",
"values": "string"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment