source:
src/main/webapp/domainsrepo/laptop/laptop.json@
38
Last change on this file since 38 was 38, checked in by , 3 years ago | |
---|---|
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.