source:
src/main/webapp/domainsrepo/japantrip/japantrip.json@
41
Last change on this file since 41 was 41, checked in by , 2 years ago | |
---|---|
File size: 373 bytes |
Line | |
---|---|
1 | { |
2 | "name": "japantrip", |
3 | "issuesValues": { |
4 | "place": { |
5 | "values": [ |
6 | "Tokyo", |
7 | "Osaka", |
8 | "Negoya", |
9 | "Hokkaido" |
10 | ] |
11 | }, |
12 | "budget": { |
13 | "range": { "low":900,"high":1800,"step":300 } |
14 | }, |
15 | "days": { |
16 | "values": [ |
17 | "3", |
18 | "4", |
19 | "5", |
20 | "6" |
21 | ] |
22 | }, |
23 | "purpose": { |
24 | "values": [ |
25 | "Sightseeing", |
26 | "Activity", |
27 | "Shopping" |
28 | ] |
29 | } |
30 | } |
31 | } |
32 |
Note:
See TracBrowser
for help on using the repository browser.