File tree Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Original file line number Diff line number Diff line change 7
7
"patientIdCsvPath" : {
8
8
"type" : " string"
9
9
},
10
+ "commonExtractorArgs" : {
11
+ "$ref" : " #/$defs/commonExtractorArgs"
12
+ },
10
13
"notificationInfo" : {
11
14
"$ref" : " #/$defs/notificationInfo"
12
15
},
18
21
}
19
22
},
20
23
"$defs" : {
24
+ "commonExtractorArgs" : {
25
+ "type" : " object" ,
26
+ "properties" : {
27
+ "baseFhirUrl" : {
28
+ "type" : " string" ,
29
+ "format" : " uri"
30
+ },
31
+ "requestHeaders" : {
32
+ "type" : " object"
33
+ }
34
+ }
35
+ },
21
36
"notificationInfo" : {
22
37
"type" : " object" ,
23
38
"properties" : {
32
47
"type" : " string"
33
48
},
34
49
"to" : {
35
- "type" : " string" ,
36
- "format" : " email"
50
+ "anyOf" : [
51
+ {
52
+ "type" : " string"
53
+ },
54
+ {
55
+ "type" : " array" ,
56
+ "items" : {
57
+ "type" : " string"
58
+ }
59
+ }
60
+ ]
37
61
},
38
62
"tlsRejectUnauthorized" : {
39
63
"type" : " boolean"
75
99
"type" : {
76
100
"type" : " string"
77
101
}
78
- },
79
- "required" : [" filePath" ]
102
+ }
80
103
}
81
104
},
82
105
"required" : [
You can’t perform that action at this time.
0 commit comments