source:
src/main/webapp/domainsrepo/flightbooking/flightbooking.json@
30
Last change on this file since 30 was 30, checked in by , 3 years ago | |
---|---|
File size: 339 bytes |
Rev | Line | |
---|---|---|
[30] | 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.