source: src/main/webapp/domainsrepo/japantrip/japantrip.json@ 21

Last change on this file since 21 was 21, checked in by bart, 4 years ago

Voting requests now contain Offers. Fixed windows whitespace issue. Partiesserver now supports up to 8 parties simultaneously.

File size: 368 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": [
14 900,
15 1800,
16 300
17 ]
18 },
19 "days": {
20 "values": [
21 "3",
22 "4",
23 "5",
24 "6"
25 ]
26 },
27 "purpose": {
28 "values": [
29 "Sightseeing",
30 "Activity",
31 "Shopping"
32 ]
33 }
34 }
35}
36
Note: See TracBrowser for help on using the repository browser.