Last change
on this file since 31 was 31, checked in by bart, 3 years ago |
Geniusweb 2.0.3. MOPAC protocol translated to Python. Small fixes.
|
File size:
373 bytes
|
Rev | Line | |
---|
[31] | 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.