Skip to content

Instantly share code, notes, and snippets.

@alculquicondor
Last active October 6, 2016 19:36
Show Gist options
  • Save alculquicondor/22562a2884e663dac9b667ae3ec85425 to your computer and use it in GitHub Desktop.
Save alculquicondor/22562a2884e663dac9b667ae3ec85425 to your computer and use it in GitHub Desktop.
[
{
"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