Compare commits

...

2 Commits

Author SHA1 Message Date
072902be59 Fix incorrect data type
All checks were successful
Generate and Release Protos / release (push) Successful in 32s
2026-03-02 22:47:25 +00:00
2452e17faa Fix onocorrect data-type 2026-03-02 22:47:08 +00:00
2 changed files with 2 additions and 2 deletions

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": {

View File

@@ -234,7 +234,7 @@
},
"data_type": {
"type": "string",
"const": "PushPort16Schedule",
"const": "raw",
"description": "The type of data contained in this message object"
},
"sent_timestamp": {