source: src/main/webapp/domainsrepo/flightbooking/flightbooking.json@ 22

Last change on this file since 22 was 22, checked in by bart, 4 years ago
  • party capabilities now include profile information. Existing parties may need small fix * plot layout shows accepts * VotingEvaluator use group power instead of group size * runsession you can now also select MOPAC-only parties
File size: 339 bytes
Line 
1{
2 "name": "flightbooking",
3 "issuesValues": {
4 "price": {
5 "values": [
6 "150000yen",
7 "200000yen",
8 "250000yen",
9 "300000yen"
10 ]
11 },
12 "departure airport": {
13 "values": [
14 "CentAir",
15 "Narita",
16 "Kansai"
17 ]
18 },
19 "departure date": {
20 "values": [
21 "2 sept.",
22 "3 sept.",
23 "4 sept."
24 ]
25 }
26 }
27}
Note: See TracBrowser for help on using the repository browser.