Skip to content

Commit 2a0d808

Browse files
committed
Update Schema
1 parent 8600eed commit 2a0d808

File tree

2 files changed

+29
-19
lines changed

2 files changed

+29
-19
lines changed

converters/types/essentialschat.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"properties": {
1414
"msgFormat": {
1515
"type": "string"
16+
},
17+
"socialSpyMsgFormat": {
18+
"type": "string"
1619
}
1720
}
1821
}

converters/types/venturechat.json

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,38 @@
66
"type": "object",
77
"properties": {
88
"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"
2810
}
2911
},
3012
"required": [
3113
"venturechat"
3214
]
3315
},
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+
},
3441
"VentureChatFormat": {
3542
"type": "object",
3643
"properties": {

0 commit comments

Comments
 (0)