Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 56aae55f16 | |||
| 91abe29b62 |
@@ -32,8 +32,13 @@
|
||||
"type": "object",
|
||||
"required": [
|
||||
"c",
|
||||
"mc",
|
||||
"l",
|
||||
"o"
|
||||
"o",
|
||||
"p",
|
||||
"a",
|
||||
"r",
|
||||
"d"
|
||||
],
|
||||
"properties": {
|
||||
"c": {
|
||||
@@ -52,36 +57,14 @@
|
||||
"description": "The minimum connection time at this station"
|
||||
},
|
||||
"a": {
|
||||
"type": "object",
|
||||
"type": "string",
|
||||
"name": "Address",
|
||||
"description": "The address of the station",
|
||||
"required": ["pc"],
|
||||
"properties": {
|
||||
"l1": {
|
||||
"type": "string",
|
||||
"name": "Line 1"
|
||||
},
|
||||
"l2": {
|
||||
"type": "string",
|
||||
"name": "Line 2"
|
||||
},
|
||||
"l3": {
|
||||
"type": "string",
|
||||
"name": "Line 3"
|
||||
},
|
||||
"l4": {
|
||||
"type": "string",
|
||||
"name": "Line 4"
|
||||
},
|
||||
"l5": {
|
||||
"type": "string",
|
||||
"name": "Line 5"
|
||||
},
|
||||
"pc": {
|
||||
"type": "string",
|
||||
"name": "Postcode"
|
||||
}
|
||||
}
|
||||
"description": "The address of the station"
|
||||
},
|
||||
"p": {
|
||||
"type": "string",
|
||||
"name": "Postcode",
|
||||
"description": "The public postcode of the station"
|
||||
},
|
||||
"l": {
|
||||
"type": "object",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"data_kind": {
|
||||
"type": "string",
|
||||
"enum": ["pis", "timetable", "knowledgebase", "PushPort16Schedule", "darwin_ts", "darwin_ref"],
|
||||
"enum": ["pis", "timetable", "kb-stations", "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"
|
||||
},
|
||||
"payload": {}
|
||||
|
||||
Reference in New Issue
Block a user