Fix incorrect data type
All checks were successful
Generate and Release Protos / release (push) Successful in 32s
All checks were successful
Generate and Release Protos / release (push) Successful in 32s
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"data_type": {
|
"data_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["file"],
|
"enum": ["file", "raw"],
|
||||||
"description": "The type of data contained in this message object"
|
"description": "The type of data contained in this message object"
|
||||||
},
|
},
|
||||||
"sent_timestamp": {
|
"sent_timestamp": {
|
||||||
|
|||||||
Reference in New Issue
Block a user