Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 072902be59 | |||
| 2452e17faa | |||
| f2a9b7ffdc |
@@ -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": {
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"data_kind": {
|
"data_kind": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["pis", "timetable", "knowledgebase", "darwin_schedule", "darwin_ts", "darwin_ref"],
|
"enum": ["pis", "timetable", "knowledgebase", "PushPort16Schedule", "darwin_ts", "darwin_ref"],
|
||||||
"description": "The data type contained in the message. Currently supported PIS: PIS Data, Timetable: CIF or VSTP Data, Knowledgebase: Station Data"
|
"description": "The data type contained in the message. Currently supported PIS: PIS Data, Timetable: CIF or VSTP Data, Knowledgebase: Station Data"
|
||||||
},
|
},
|
||||||
"payload": {}
|
"payload": {}
|
||||||
|
|||||||
@@ -234,7 +234,7 @@
|
|||||||
},
|
},
|
||||||
"data_type": {
|
"data_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"const": "PushPort16Schedule",
|
"const": "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