Add PIS item to the 'TrainDetails' response
Some checks failed
Generate and Release Protos / release (push) Failing after 34s

This commit is contained in:
2026-05-03 00:21:12 +01:00
parent c02ff3ebab
commit 5d4271c193

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft-07/schema#",
"title": "TrainByHeadcodeResponse",
"title": "TrainDetailsResponse",
"$defs": {
"ServiceLocation": {
"type": "object",
@@ -216,6 +216,9 @@
"items": {
"$ref": "#/$defs/ServiceLocation"
}
},
"pis": {
"$ref": "../pis-object.json"
}
}
}