Compare commits
2 Commits
v3.0.3-alp
...
v3.0.3-alp
| Author | SHA1 | Date | |
|---|---|---|---|
| 5918cc54a8 | |||
| 3b1a9a2be1 |
@@ -5,15 +5,10 @@
|
|||||||
"description": "Arr/Dep/Pass Board",
|
"description": "Arr/Dep/Pass Board",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"n": {
|
"d": {
|
||||||
"type": "string",
|
"title": "Metadata",
|
||||||
"title": "Location Name",
|
"type": "object",
|
||||||
"description": "The name of the location"
|
"$ref": "#/definitions/metadata"
|
||||||
},
|
|
||||||
"o": {
|
|
||||||
"type": "string",
|
|
||||||
"title": "Operator (if station)",
|
|
||||||
"description": "The operator of the station, if the location is a station"
|
|
||||||
},
|
},
|
||||||
"s": {
|
"s": {
|
||||||
"title": "Services",
|
"title": "Services",
|
||||||
@@ -34,6 +29,22 @@
|
|||||||
"n"
|
"n"
|
||||||
],
|
],
|
||||||
"definitions": {
|
"definitions": {
|
||||||
|
"metadata": {
|
||||||
|
"type": "object",
|
||||||
|
"required": ["n", "o"],
|
||||||
|
"properties": {
|
||||||
|
"n": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Location Name",
|
||||||
|
"description": "The name of the location"
|
||||||
|
},
|
||||||
|
"o": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Station Operator",
|
||||||
|
"description": "The operator of the station (not present for location)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"boardService": {
|
"boardService": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
@@ -95,6 +106,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"h": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Headcode",
|
||||||
|
"description": "The headcode of the service"
|
||||||
|
},
|
||||||
"sta": {
|
"sta": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
@@ -131,6 +147,24 @@
|
|||||||
"title": "Estimated Departure",
|
"title": "Estimated Departure",
|
||||||
"description": "The estimated departure time of the service"
|
"description": "The estimated departure time of the service"
|
||||||
},
|
},
|
||||||
|
"wtp": {
|
||||||
|
"type": "string",
|
||||||
|
"format": "date-time",
|
||||||
|
"title": "Scheduled Pass",
|
||||||
|
"description": "The scheduled pass time of the service"
|
||||||
|
},
|
||||||
|
"atp": {
|
||||||
|
"type": "string",
|
||||||
|
"format": "date-time",
|
||||||
|
"title": "Actual Pass",
|
||||||
|
"description": "The actual pass time of the service"
|
||||||
|
},
|
||||||
|
"etp": {
|
||||||
|
"type": "string",
|
||||||
|
"format": "date-time",
|
||||||
|
"title": "Estimated Pass",
|
||||||
|
"description": "The estimated pass time of the service"
|
||||||
|
},
|
||||||
"p": {
|
"p": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Platform",
|
"title": "Platform",
|
||||||
|
|||||||
Reference in New Issue
Block a user