Skip to content

Commit aded06f

Browse files
committed
chat responses include timestamps
1 parent 90c85a5 commit aded06f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web/chat.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"type": "string"
4646
},
4747
"ts": {
48-
"type": "string"
48+
"$ref": "../objects/timestamp.json"
4949
},
5050
"error": {
5151
"type": "string"
@@ -156,7 +156,7 @@
156156
"type": "string"
157157
},
158158
"ts": {
159-
"type": "string"
159+
"$ref": "../objects/timestamp.json"
160160
},
161161
"error": {
162162
"type": "string"
@@ -338,7 +338,7 @@
338338
"type": "boolean"
339339
},
340340
"ts": {
341-
"type": "string"
341+
"$ref": "../objects/timestamp.json"
342342
},
343343
"channel": {
344344
"type": "string"
@@ -602,7 +602,7 @@
602602
"type": "string"
603603
},
604604
"ts": {
605-
"type": "string"
605+
"$ref": "../objects/timestamp.json"
606606
},
607607
"text": {
608608
"type": "string"
@@ -692,4 +692,4 @@
692692
}
693693
}
694694
]
695-
}
695+
}

0 commit comments

Comments
 (0)