Advertisement
Guest User

filters.json

a guest
Sep 30th, 2017
767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 19.28 KB | None | 0 0
  1. {
  2.     "data": [
  3.         {
  4.             "title": "Simple",
  5.             "isCollapsed": "false",
  6.             "groups": [
  7.                 {
  8.                     "title": "Workout type",
  9.                     "key": "workout",
  10.                     "isMultiSelect": "true",
  11.                     "showMoreText": "See all",
  12.                     "showMoreLimit": 6,
  13.                     "items": [
  14.                         {
  15.                             "title": "Outdoor Running",
  16.                             "key": "outdoor",
  17.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-running-inactive-35@3x.png",
  18.                             "loggingContext": {}
  19.                         },
  20.                         {
  21.                             "title": "Treadmill",
  22.                             "key": "treadmill",
  23.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-treadmill-inactive-35@3x.png",
  24.                             "loggingContext": {}
  25.                         },
  26.                         {
  27.                             "title": "Elliptical",
  28.                             "key": "elliptical",
  29.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-elliptical-inactive-35@3x.png",
  30.                             "loggingContext": {}
  31.                         },
  32.                         {
  33.                             "title": "Indoor Cycling",
  34.                             "key": "spin",
  35.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-indoor_cycling-inactive-35@3x.png",
  36.                             "loggingContext": {}
  37.                         },
  38.                         {
  39.                             "title": "Stairclimber",
  40.                             "key": "stairclimber",
  41.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-stairclimber-inactive-35@3x.png",
  42.                             "loggingContext": {}
  43.                         },
  44.                         {
  45.                             "title": "Strength Training",
  46.                             "key": "strengthtraining",
  47.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-strength_training-inactive-35@3x.png",
  48.                             "loggingContext": {}
  49.                         },
  50.                         {
  51.                             "title": "Stretching",
  52.                             "key": "stretching",
  53.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-stretching-inactive-35@3x.png",
  54.                             "loggingContext": {}
  55.                         },
  56.                         {
  57.                             "title": "Yoga",
  58.                             "key": "yoga",
  59.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-yoga-inactive-35@3x.png",
  60.                             "loggingContext": {}
  61.                         },
  62.                         {
  63.                             "title": "Meditation",
  64.                             "key": "meditation",
  65.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-meditation-inactive-35@3x.png",
  66.                             "loggingContext": {}
  67.                         }
  68.                     ]
  69.                 },
  70.                 {
  71.                     "title": "Difficulty",
  72.                     "key": "difficultyRating",
  73.                     "isMultiSelect": "true",
  74.                     "items": [
  75.                         {
  76.                             "title": "Beginner",
  77.                             "key": 0,
  78.                             "loggingContext": {}
  79.                         },
  80.                         {
  81.                             "title": "Intermediate",
  82.                             "key": 1,
  83.                             "loggingContext": {}
  84.                         },
  85.                         {
  86.                             "title": "Advanced",
  87.                             "key": 2,
  88.                             "loggingContext": {}
  89.                         }
  90.                     ]
  91.                 },
  92.                 {
  93.                     "title": "Duration",
  94.                     "key": "duration",
  95.                     "isMultiSelect": "true",
  96.                     "items": [
  97.                         {
  98.                             "title": "0 - 10 minutes",
  99.                             "key": "0_10",
  100.                             "loggingContext": {}
  101.                         },
  102.                         {
  103.                             "title": "10 - 20 minutes",
  104.                             "key": "10_20",
  105.                             "loggingContext": {}
  106.                         },
  107.                         {
  108.                             "title": "20 - 30 minutes",
  109.                             "key": "20_30",
  110.                             "loggingContext": {}
  111.                         },
  112.                         {
  113.                             "title": "30 - 40 minutes",
  114.                             "key": "30_40",
  115.                             "loggingContext": {}
  116.                         },
  117.                         {
  118.                             "title": "40 - 50 minutes",
  119.                             "key": "40_50",
  120.                             "loggingContext": {}
  121.                         },
  122.                         {
  123.                             "title": "50+ minutes",
  124.                             "key": "50plus",
  125.                             "loggingContext": {}
  126.                         }
  127.                     ]
  128.                 }
  129.             ]
  130.         },
  131.         {
  132.             "title": "More filters",
  133.             "isCollapsed": "true",
  134.             "groups": [
  135.                 {
  136.                     "title": "Music Genre",
  137.                     "key": "musicGenre",
  138.                     "isMultiSelect": "true",
  139.                     "showMoreText": "See all",
  140.                     "showMoreLimit": "6",
  141.                     "items": [
  142.                         {
  143.                             "title": "Pop",
  144.                             "key": "pop",
  145.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-music-pop-inactive-35@3x.png",
  146.                             "loggingContext": {}
  147.                         },
  148.                         {
  149.                             "title": "Dance/Electronic",
  150.                             "key": "dance",
  151.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-music-electronic-inactive-35@3x.png",
  152.                             "loggingContext": {}
  153.                         },
  154.                         {
  155.                             "title": "Hip Hop",
  156.                             "key": "hiphop",
  157.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-music-hiphop-inactive-35@3x.png",
  158.                             "loggingContext": {}
  159.                         },
  160.                         {
  161.                             "title": "Rock",
  162.                             "key": "rock",
  163.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-music-rock-inactive-35@3x.png",
  164.                             "loggingContext": {}
  165.                         },
  166.                         {
  167.                             "title": "Alternative/Indie",
  168.                             "key": "alternative",
  169.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-music-alternative-inactive-35@3x.png",
  170.                             "loggingContext": {}
  171.                         },
  172.                         {
  173.                             "title": "Chill",
  174.                             "key": "chill",
  175.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-music-chill-inactive-35@3x.png",
  176.                             "loggingContext": {}
  177.                         },
  178.                         {
  179.                             "title": "R&B",
  180.                             "key": "rb",
  181.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-music-r&b-inactive-35@3x.png",
  182.                             "loggingContext": {}
  183.                         },
  184.                         {
  185.                             "title": "Classic Rock",
  186.                             "key": "classic",
  187.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-music-classic_rock-inactive-35@3x.png",
  188.                             "loggingContext": {}
  189.                         },
  190.                         {
  191.                             "title": "Country",
  192.                             "key": "country",
  193.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-music-country-inactive-35@3x.png",
  194.                             "loggingContext": {}
  195.                         },
  196.                         {
  197.                             "title": "Funk/Soul/Disco",
  198.                             "key": "funk",
  199.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-music-disco-inactive-35@3x.png",
  200.                             "loggingContext": {}
  201.                         },
  202.                         {
  203.                             "title": "Hard Rock/Metal",
  204.                             "key": "metal",
  205.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-music-heavy_metal-inactive-35@3x.png",
  206.                             "loggingContext": {}
  207.                         },
  208.                         {
  209.                             "title": "Reggae",
  210.                             "key": "reggae",
  211.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-music-reggae-inactive-35@3x.png",
  212.                             "loggingContext": {}
  213.                         }
  214.                     ]
  215.                 },
  216.                 {
  217.                     "title": "Trainers",
  218.                     "key": "trainer",
  219.                     "isMultiSelect": "true",
  220.                     "showMoreText": "See all",
  221.                     "showMoreLimit": "9",
  222.                     "items": [
  223.                         {
  224.                             "title": "Meghan",
  225.                             "key": "meghan_t",
  226.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-meghan.png",
  227.                             "isCircular": "true",
  228.                             "isBitmap": "false",
  229.                             "isBigger": "true",
  230.                             "loggingContext": {}
  231.                         },
  232.                         {
  233.                             "title": "Ray",
  234.                             "key": "ray_w",
  235.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-ray.png",
  236.                             "isCircular": "true",
  237.                             "isBitmap": "false",
  238.                             "isBigger": "true",
  239.                             "loggingContext": {}
  240.                         },
  241.                         {
  242.                             "title": "Rochelle",
  243.                             "key": "rochelle_m",
  244.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-rochelle.png",
  245.                             "isCircular": "true",
  246.                             "isBitmap": "false",
  247.                             "isBigger": "true",
  248.                             "loggingContext": {}
  249.                         },
  250.                         {
  251.                             "title": "Kelly",
  252.                             "key": "kelly_c",
  253.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-kelly.png",
  254.                             "isCircular": "true",
  255.                             "isBitmap": "false",
  256.                             "isBigger": "true",
  257.                             "loggingContext": {}
  258.                         },
  259.                         {
  260.                             "title": "Ed",
  261.                             "key": "edouard_h",
  262.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-ed.png",
  263.                             "isCircular": "true",
  264.                             "isBitmap": "false",
  265.                             "isBigger": "true",
  266.                             "loggingContext": {}
  267.                         },
  268.                         {
  269.                             "title": "Candice",
  270.                             "key": "candice_c",
  271.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-candice.png",
  272.                             "isCircular": "true",
  273.                             "isBitmap": "false",
  274.                             "isBigger": "true",
  275.                             "loggingContext": {}
  276.                         },
  277.                         {
  278.                             "title": "Jaime",
  279.                             "key": "jaime_m",
  280.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-jaime.png",
  281.                             "isCircular": "true",
  282.                             "isBitmap": "false",
  283.                             "isBigger": "true",
  284.                             "loggingContext": {}
  285.                         },
  286.                         {
  287.                             "title": "Benjamin",
  288.                             "key": "benjamin_g",
  289.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-ben.png",
  290.                             "isCircular": "true",
  291.                             "isBitmap": "false",
  292.                             "isBigger": "true",
  293.                             "loggingContext": {}
  294.                         },
  295.                         {
  296.                             "title": "Jessica",
  297.                             "key": "jessica_m",
  298.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-jessica.png",
  299.                             "isCircular": "true",
  300.                             "isBitmap": "false",
  301.                             "isBigger": "true",
  302.                             "loggingContext": {}
  303.                         },
  304.                         {
  305.                             "title": "Mike",
  306.                             "key": "mike_s",
  307.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-mike.png",
  308.                             "isCircular": "true",
  309.                             "isBitmap": "false",
  310.                             "isBigger": "true",
  311.                             "loggingContext": {}
  312.                         },
  313.                         {
  314.                             "title": "Jennifer",
  315.                             "key": "jennifer_g",
  316.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-jennifer.png",
  317.                             "isCircular": "true",
  318.                             "isBitmap": "false",
  319.                             "isBigger": "true",
  320.                             "loggingContext": {}
  321.                         },
  322.                         {
  323.                             "title": "Sultan",
  324.                             "key": "sultan_m",
  325.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-sultan.png",
  326.                             "isCircular": "true",
  327.                             "isBitmap": "false",
  328.                             "isBigger": "true",
  329.                             "loggingContext": {}
  330.                         },
  331.                         {
  332.                             "title": "Erin",
  333.                             "key": "erin_s",
  334.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-erin.png",
  335.                             "isCircular": "true",
  336.                             "isBitmap": "false",
  337.                             "isBigger": "true",
  338.                             "loggingContext": {}
  339.                         },
  340.                         {
  341.                             "title": "Kira",
  342.                             "key": "kira_k",
  343.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-kira.png",
  344.                             "isCircular": "true",
  345.                             "isBitmap": "false",
  346.                             "isBigger": "true",
  347.                             "loggingContext": {}
  348.                         },
  349.                         {
  350.                             "title": "Amanda",
  351.                             "key": "amanda_m",
  352.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-amanda.png",
  353.                             "isCircular": "true",
  354.                             "isBitmap": "false",
  355.                             "isBigger": "true",
  356.                             "loggingContext": {}
  357.                         },
  358.                         {
  359.                             "title": "Marianna",
  360.                             "key": "marianna_b",
  361.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-marianna.png",
  362.                             "isCircular": "true",
  363.                             "isBitmap": "false",
  364.                             "isBigger": "true",
  365.                             "loggingContext": {}
  366.                         },
  367.                         {
  368.                             "title": "Marq",
  369.                             "key": "marq_b",
  370.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-marq.png",
  371.                             "isCircular": "true",
  372.                             "isBitmap": "false",
  373.                             "isBigger": "true",
  374.                             "loggingContext": {}
  375.                         },
  376.                         {
  377.                             "title": "Sonja",
  378.                             "key": "sonja_r",
  379.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-sonja.png",
  380.                             "isCircular": "true",
  381.                             "isBitmap": "false",
  382.                             "isBigger": "true",
  383.                             "loggingContext": {}
  384.                         },
  385.                         {
  386.                             "title": "Jena",
  387.                             "key": "jena_m",
  388.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-jena.png",
  389.                             "isCircular": "true",
  390.                             "isBitmap": "false",
  391.                             "isBigger": "true",
  392.                             "loggingContext": {}
  393.                         },
  394.                         {
  395.                             "title": "Kristin",
  396.                             "key": "kristin_m",
  397.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-kristin.png",
  398.                             "isCircular": "true",
  399.                             "isBitmap": "false",
  400.                             "isBigger": "true",
  401.                             "loggingContext": {}
  402.                         },
  403.                         {
  404.                             "title": "Ceasar",
  405.                             "key": "ceasar_b",
  406.                             "icon": "http://s3.amazonaws.com/skyfit-hls/icon-trainer-cesar.png",
  407.                             "isCircular": "true",
  408.                             "isBitmap": "false",
  409.                             "isBigger": "true",
  410.                             "loggingContext": {}
  411.                         }
  412.                     ]
  413.                 }
  414.             ]
  415.         }
  416.     ],
  417.     "cta": {
  418.         "searchTitle": "Select workout details",
  419.         "resultsTitle": "Show workouts"
  420.     },
  421.     "loggingContext": {
  422.         "source": "QuickFind"
  423.     }
  424. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement