source: src/main/webapp/domainsrepo/laptop/laptop.json@ 28

Last change on this file since 28 was 28, checked in by bart, 3 years ago

Major update. Changes in json serialization, maven dependencies and BOA. Fix in stand-alone runner.

File size: 299 bytes
Line 
1{
2 "name": "laptop",
3 "issuesValues": {
4 "Brand": {
5 "values": [
6 "Dell",
7 "Macintosh",
8 "HP"
9 ]
10 },
11 "Harddisk": {
12 "values": [
13 "128 GB",
14 "512 GB",
15 "2 TB"
16 ]
17 },
18 "External Monitor": {
19 "values": [
20 "19inch HD",
21 "32inch 4K",
22 "55inch 8K"
23 ]
24 }
25 }
26}
Note: See TracBrowser for help on using the repository browser.