Skip to content

Instantly share code, notes, and snippets.

@andrewstevenson
Created September 11, 2016 15:32
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 andrewstevenson/44c081b398d1adcad5a4fa8118694209 to your computer and use it in GitHub Desktop.
Save andrewstevenson/44c081b398d1adcad5a4fa8118694209 to your computer and use it in GitHub Desktop.
{
"type": "record",
"name": "example.nice",
"fields": [
{
"name": "elements",
"type": {
"type": "array",
"items" : {
"type": "record",
"name": "example.nice.element",
"fields": [
{
"name": "value",
"type": "string"
},
{
"name": "id",
"type": "int"
},
{
"name": "parent",
"type": "int"
}
]
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment