flamingo.me/flamingo-commerce/v3@v3.11.0/product/infrastructure/fake/testdata/categoryFacetItems.json (about)

     1  [
     2    {
     3      "Value": "electronics",
     4      "Label": "Electronics",
     5      "Items": [
     6        {
     7          "Value": "flat-screen_tvs",
     8          "Label": "Flat Screens & TV"
     9        },
    10        {
    11          "Value": "headphones",
    12          "Label": "Headphones",
    13          "Items": [
    14            {
    15              "Value": "headphone_accessories",
    16              "Label": "Accessories"
    17            }
    18          ]
    19        },
    20        {
    21          "Value": "tablets",
    22          "Label": "Tablets"
    23        }
    24      ]
    25    },
    26    {
    27      "Value": "clothing",
    28      "Label": "Clothes & Fashion",
    29      "Items": [
    30        {
    31          "Value": "jumpsuits",
    32          "Label": "Jumpsuits"
    33        }
    34      ]
    35    }
    36  ]