Fix incorrect data type
All checks were successful
Generate and Release Protos / release (push) Successful in 32s

This commit is contained in:
2026-03-02 22:47:25 +00:00
parent 2452e17faa
commit 072902be59

View File

@@ -14,7 +14,7 @@
},
"data_type": {
"type": "string",
"enum": ["file"],
"enum": ["file", "raw"],
"description": "The type of data contained in this message object"
},
"sent_timestamp": {