Skip to content

Instantly share code, notes, and snippets.

@whysoserious
Created April 15, 2016 16:18
Show Gist options
  • Save whysoserious/252c1a0ec610f681919b83b737bb8abf to your computer and use it in GitHub Desktop.
Save whysoserious/252c1a0ec610f681919b83b737bb8abf to your computer and use it in GitHub Desktop.
[
{
"key": "field1",
"help_text": "This field has a parent_key",
"type": "unicode",
"parent_key": "transaction"
},
{
"key": "field2",
"help_text": "This field does not have a parent_key.",
"type": "unicode",
"send_in_json": true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment