Created
April 15, 2016 16:18
-
-
Save whysoserious/252c1a0ec610f681919b83b737bb8abf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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