source: opponentmodel/src/test/resources/japantrip.json@ 52

Last change on this file since 52 was 52, checked in by ruud, 14 months ago

Fixed small issues in domaineditor.

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.