aboutsummaryrefslogtreecommitdiffstats
path: root/stories/angular/helpers/autocomplete-server-mock.json
blob: 252110801f7bf0d2ee64123e1107ddc69df471a2 (plain)
1
2
3
4
5
6
7
8
[
    {"id": "redId", "color": "red"},
    {"id": "yellowId", "color": "yellow"},
    {"id": "orangeId", "color": "orange"},
    {"id": "greenId", "color": "green"},
    {"id": "whiteId", "color": "white"},
    {"id": "blackId", "color": "black"}
]