source:
src/main/webapp/domainsrepo/laptop/laptop.json@
6
Last change on this file since 6 was 3, checked in by , 5 years ago | |
---|---|
File size: 299 bytes |
Rev | Line | |
---|---|---|
[3] | 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.