Last change
on this file since 39 was 39, checked in by bart, 3 years ago |
Refactor to help reusing partiesserver.
|
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.