File tree Expand file tree Collapse file tree 2 files changed +29
-19
lines changed Expand file tree Collapse file tree 2 files changed +29
-19
lines changed Original file line number Diff line number Diff line change 13
13
"properties" : {
14
14
"msgFormat" : {
15
15
"type" : " string"
16
+ },
17
+ "socialSpyMsgFormat" : {
18
+ "type" : " string"
16
19
}
17
20
}
18
21
}
Original file line number Diff line number Diff line change 6
6
"type" : " object" ,
7
7
"properties" : {
8
8
"venturechat" : {
9
- "type" : " object" ,
10
- "properties" : {
11
- "tellformatto" : {
12
- "type" : " string"
13
- },
14
- "tellformatfrom" : {
15
- "type" : " string"
16
- },
17
- "jsonformatting" : {
18
- "type" : " object" ,
19
- "additionalProperties" : {
20
- "$ref" : " #/definitions/VentureChatFormat"
21
- }
22
- }
23
- },
24
- "required" : [
25
- " tellformatto" ,
26
- " tellformatfrom"
27
- ]
9
+ "$ref" : " #/definitions/VentureChatConfig"
28
10
}
29
11
},
30
12
"required" : [
31
13
" venturechat"
32
14
]
33
15
},
16
+ "VentureChatConfig" : {
17
+ "type" : " object" ,
18
+ "properties" : {
19
+ "tellformatto" : {
20
+ "type" : " string"
21
+ },
22
+ "tellformatfrom" : {
23
+ "type" : " string"
24
+ },
25
+ "tellformatspy" : {
26
+ "type" : " string"
27
+ },
28
+ "jsonformatting" : {
29
+ "type" : " object" ,
30
+ "additionalProperties" : {
31
+ "$ref" : " #/definitions/VentureChatFormat"
32
+ }
33
+ }
34
+ },
35
+ "required" : [
36
+ " tellformatto" ,
37
+ " tellformatfrom" ,
38
+ " tellformatspy"
39
+ ]
40
+ },
34
41
"VentureChatFormat" : {
35
42
"type" : " object" ,
36
43
"properties" : {
You can’t perform that action at this time.
0 commit comments