diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-01 11:48:20 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-01 11:48:20 -0800 |
commit | 32fb53c13342d5ad353c839b7ffd0ca85d14bd48 (patch) | |
tree | f1b92068cf7b79d29e96243899e12495abb4795a /sliPluginUtils/provider/src/test/resources/ArrayMenu.json | |
parent | 53eacd8519a535f96d8b4231e48925324f1086dd (diff) |
Migrate sli-core files
Migrate sli-core repo files into new
directory "core".
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'sliPluginUtils/provider/src/test/resources/ArrayMenu.json')
-rw-r--r-- | sliPluginUtils/provider/src/test/resources/ArrayMenu.json | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/sliPluginUtils/provider/src/test/resources/ArrayMenu.json b/sliPluginUtils/provider/src/test/resources/ArrayMenu.json deleted file mode 100644 index 26a24f292..000000000 --- a/sliPluginUtils/provider/src/test/resources/ArrayMenu.json +++ /dev/null @@ -1,41 +0,0 @@ -[{
- "id": "1",
- "type": "pizza",
- "name": "plain",
- "calories": 1000,
- "vegetarian": true
- }, {
- "id": "2",
- "type": "pizza",
- "name": "Tuesday Special",
- "calories": null,
- "vegetarian": false,
- "topping":
- [{
- "id": "1",
- "name": "onion"
- }, {
- "id": "2",
- "name": "pepperoni"
- }
- ]
- }, {
- "id": "3",
- "type": "pizza",
- "name": "House Special",
- "calories": 1500,
- "vegetarian": true,
- "topping":
- [{
- "id": "3",
- "name": "basil"
- }, {
- "id": "4",
- "name": "fresh mozzarella"
- }, {
- "id": "5",
- "name": "tomato"
- }
- ]
- }
-]
|