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

     1  {
     2    "camera": {
     3      "marketplacecodes": [
     4        "5ba37fbec2a69f1f",
     5        "adcaeee25862e329"
     6      ],
     7      "sugestions": [
     8        {
     9          "Type": "type",
    10          "Text": "text",
    11          "Highlight": "highlight",
    12          "AdditionalAttributes": {
    13            "additional": "value"
    14          }
    15        }
    16      ],
    17      "promotions": [
    18        {
    19          "Title": "Promotion title",
    20          "Content": "Promotion content",
    21          "URL": "https://www.omnevo.net",
    22          "Media": [
    23            {
    24              "Type": "type",
    25              "MimeType": "mimetype",
    26              "Usage": "usage",
    27              "Title": "title",
    28              "Reference": "reference"
    29            }
    30          ],
    31          "AdditionalAttributes": {
    32            "additional": "value"
    33          }
    34        }
    35      ],
    36      "actions": [
    37        {
    38          "type": "Redirect",
    39          "content": "https://example.com",
    40          "additionalAttributes": {
    41            "additional": "value"
    42          }
    43        }
    44      ]
    45    },
    46    "handbags": {
    47      "marketplacecodes": [],
    48      "sugestions": [
    49        {
    50          "Type": "type",
    51          "Text": "text",
    52          "Highlight": "highlight",
    53          "AdditionalAttributes": {
    54            "additional": "value"
    55          }
    56        }
    57      ],
    58      "promotions": []
    59    }
    60  }