File tree Expand file tree Collapse file tree 3 files changed +28
-12
lines changed
dynatademand/schemas/request/body Expand file tree Collapse file tree 3 files changed +28
-12
lines changed Original file line number Diff line number Diff line change 45
45
"deliveryType" : {
46
46
"type" : " string" ,
47
47
"default" : " BALANCED" ,
48
- "description" : " The plan on how responses will flow into the survey." ,
49
- "enum" : [
50
- " SLOW" ,
51
- " BALANCED" ,
52
- " FAST"
53
- ]
48
+ "description" : " The plan on how responses will flow into the survey."
54
49
},
55
50
"sources" : {
56
51
"type" : " array" ,
Original file line number Diff line number Diff line change 55
55
"type" : " string" ,
56
56
"minLength" : 1
57
57
}
58
+ },
59
+ "studyType" : {
60
+ "type" : " array" ,
61
+ "description" : " List of possible types of survey." ,
62
+ "items" : {
63
+ "type" : " string"
64
+ }
65
+ },
66
+ "surveyRequirements" : {
67
+ "type" : " array" ,
68
+ "description" : " List of possible requirements for a survey." ,
69
+ "items" : {
70
+ "type" : " string"
71
+ }
58
72
}
59
73
}
60
74
},
118
132
"deliveryType" : {
119
133
"type" : " string" ,
120
134
"default" : " BALANCED" ,
121
- "description" : " The plan on how responses will flow into the survey." ,
122
- "enum" : [
123
- " SLOW" ,
124
- " BALANCED" ,
125
- " FAST"
126
- ]
135
+ "description" : " The plan on how responses will flow into the survey."
127
136
},
128
137
"sources" : {
129
138
"type" : " array" ,
Original file line number Diff line number Diff line change 25
25
"items" : {
26
26
"type" : " string"
27
27
}
28
+ },
29
+ "studyType" : {
30
+ "type" : " array" ,
31
+ "items" : {
32
+ "type" : " string"
33
+ }
34
+ },
35
+ "studyRequirements" : {
36
+ "type" : " array" ,
37
+ "items" : {
38
+ "type" : " string"
39
+ }
28
40
}
29
41
}
30
42
},
You can’t perform that action at this time.
0 commit comments