A Twitch.tv viewer reward and games system.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
370 B

12 years ago
  1. ({
  2. grand_parent_id: 'grand_parent1',
  3. parent_contexts: [
  4. {
  5. parent_id: 'parent1',
  6. child_contexts: [
  7. { child_id: 'parent1-child1' },
  8. { child_id: 'parent1-child2' }
  9. ]
  10. },
  11. {
  12. parent_id: 'parent2',
  13. child_contexts: [
  14. { child_id: 'parent2-child1' },
  15. { child_id: 'parent2-child2' }
  16. ]
  17. }
  18. ]
  19. })