Skip to content

Instantly share code, notes, and snippets.

@fhussonnois
Created May 17, 2017 18:54
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 fhussonnois/e2d0d279dfa82ac038bd5776fe2486ae to your computer and use it in GitHub Desktop.
Save fhussonnois/e2d0d279dfa82ac038bd5776fe2486ae to your computer and use it in GitHub Desktop.
{"namespace": "example.avro",
"type": "record",
"name": "User",
"fields": [
{"name": "name", "type": "string"},
{"name": "favorite_number", "type": ["int", "null"]},
{"name": "favorite_color", "type": ["string", "null"]}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment