Last active
October 27, 2017 09:22
-
-
Save jgnt32/a674727dab187fe4d42c854d75734e5d 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
[ | |
{ | |
"id": 0, | |
"type": "single", | |
"title": "Test 0", | |
"tag": "tag_0", | |
"values": [ | |
{ | |
"id": "0", | |
"title": "Value 0", | |
"description": "This is value 0" | |
}, | |
{ | |
"id": "1", | |
"title": "Value 1", | |
"description": "This is value 1" | |
}, | |
{ | |
"id": "2", | |
"title": "Value 2", | |
"description": "This is value 2" | |
}, | |
{ | |
"id": "3", | |
"title": "Value 3", | |
"description": "This is value 3" | |
}, | |
{ | |
"id": "4", | |
"title": "Value 4", | |
"description": "This is value 4" | |
}, | |
{ | |
"id": "5", | |
"title": "Value 5", | |
"description": "This is value 5" | |
} | |
] | |
}, | |
{ | |
"id": 1, | |
"type": "binary", | |
"title": "Test 1", | |
"tag": "tag_1" | |
}, | |
{ | |
"id": 2, | |
"type": "binary", | |
"title": "Test 2", | |
"tag": "tag_2" | |
}, | |
{ | |
"id": 3, | |
"type": "multi", | |
"title": "Test 3", | |
"tag": "tag_3", | |
"values": [ | |
{ | |
"id": "0", | |
"title": "Value 0", | |
"description": "This is value 0" | |
}, | |
{ | |
"id": "1", | |
"title": "Value 1", | |
"description": "This is value 1" | |
}, | |
{ | |
"id": "2", | |
"title": "Value 2", | |
"description": "This is value 2" | |
}, | |
{ | |
"id": "3", | |
"title": "Value 3", | |
"description": "This is value 3" | |
}, | |
{ | |
"id": "4", | |
"title": "Value 4", | |
"description": "This is value 4" | |
}, | |
{ | |
"id": "5", | |
"title": "Value 5", | |
"description": "This is value 5" | |
} | |
], | |
"default": [ | |
2, 3 | |
] | |
}, | |
{ | |
"id": 4, | |
"type": "featured", | |
"title": "Test feature 4", | |
"filterId": 3, | |
"valueId": 3, | |
"tag": "tag_4" | |
}, | |
{ | |
"id": 5, | |
"type": "single", | |
"title": "Test 5", | |
"tag": "tag_5", | |
"values": [ | |
{ | |
"id": "0", | |
"title": "Value 0", | |
"description": "This is value 0" | |
}, | |
{ | |
"id": "1", | |
"title": "Value 1", | |
"description": "This is value 1" | |
}, | |
{ | |
"id": "2", | |
"title": "Value 2", | |
"description": "This is value 2" | |
}, | |
{ | |
"id": "3", | |
"title": "Value 3", | |
"description": "This is value 3" | |
}, | |
{ | |
"id": "4", | |
"title": "Value 4", | |
"description": "This is value 4" | |
}, | |
{ | |
"id": "5", | |
"title": "Value 5", | |
"description": "This is value 5" | |
}, | |
{ | |
"id": "6", | |
"title": "Value 6", | |
"description": "This is value 6" | |
}, | |
{ | |
"id": "7", | |
"title": "Value 7", | |
"description": "This is value 7" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment