Adjust KB_Stations data type schema
All checks were successful
Generate and Release Protos / release (push) Successful in 39s

This commit is contained in:
2026-03-29 19:08:15 +01:00
parent c22f3c7230
commit 91abe29b62

View File

@@ -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,36 +57,14 @@
"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"
"required": ["pc"],
"properties": {
"l1": {
"type": "string",
"name": "Line 1"
}, },
"l2": { "p": {
"type": "string", "type": "string",
"name": "Line 2" "name": "Postcode",
}, "description": "The public postcode of the station"
"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",