Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 91abe29b62 | |||
| c22f3c7230 |
@@ -32,8 +32,13 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
"c",
|
"c",
|
||||||
|
"mc",
|
||||||
"l",
|
"l",
|
||||||
"o"
|
"o",
|
||||||
|
"p",
|
||||||
|
"a",
|
||||||
|
"r",
|
||||||
|
"d"
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"c": {
|
"c": {
|
||||||
@@ -52,40 +57,20 @@
|
|||||||
"description": "The minimum connection time at this station"
|
"description": "The minimum connection time at this station"
|
||||||
},
|
},
|
||||||
"a": {
|
"a": {
|
||||||
"type": "object",
|
"type": "string",
|
||||||
"name": "Address",
|
"name": "Address",
|
||||||
"description": "The address of the station",
|
"description": "The address of the station"
|
||||||
"properties": {
|
},
|
||||||
"l1": {
|
"p": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"name": "Line 1"
|
"name": "Postcode",
|
||||||
},
|
"description": "The public postcode of the station"
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"l": {
|
"l": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"name": "Location",
|
"name": "Location",
|
||||||
"description": "LatLon of the station",
|
"description": "LatLon of the station",
|
||||||
|
"required": ["lt", "ln"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"lt": {
|
"lt": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
@@ -127,7 +112,8 @@
|
|||||||
"service_id",
|
"service_id",
|
||||||
"data_type",
|
"data_type",
|
||||||
"data_kind",
|
"data_kind",
|
||||||
"sent_timestamp"
|
"sent_timestamp",
|
||||||
|
"payload"
|
||||||
],
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user