source: simplerunner/src/test/resources/jobs/jobs.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: 515 bytes
Line 
1{
2 "name": "jobs",
3 "issuesValues": {
4 "salary": {
5 "values": [
6 "2000",
7 "2500",
8 "3000",
9 "3500",
10 "4000"
11 ]
12 },
13 "fte": {
14 "values": [
15 "0.6",
16 "0.8",
17 "1.0"
18 ]
19 },
20 "work from home": {
21 "values": [
22 "0",
23 "1",
24 "2"
25 ]
26 },
27 "lease car": {
28 "values": [
29 "yes",
30 "no"
31 ]
32 },
33 "permanent contract": {
34 "values": [
35 "yes",
36 "no"
37 ]
38 },
39 "career development opportunities": {
40 "values": [
41 "low",
42 "medium",
43 "high"
44 ]
45 }
46 }
47}
Note: See TracBrowser for help on using the repository browser.