Last active
October 6, 2016 19:36
-
-
Save alculquicondor/22562a2884e663dac9b667ae3ec85425 to your computer and use it in GitHub Desktop.
This file contains 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
[ | |
{ | |
"name": "stored_value", | |
"alias": "stored value", | |
"nullable": false, | |
"editable": true, | |
"visible": true, | |
"type": "string", | |
"picklist": { | |
"id": 1235, | |
"column": "c0", | |
"labels": ["c1", "c2"], | |
"categories": ["c3", "c4"] | |
} | |
}, | |
{ | |
"name": "stored_category", | |
"alias": "stored category", | |
"nullable": false, | |
"editable": true, | |
"visible": true, | |
"type": "string", | |
"picklist": { | |
"id": 1235, | |
"column": "c3", | |
"is_category": true | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment