Add PIS item to the 'TrainDetails' response
Some checks failed
Generate and Release Protos / release (push) Failing after 34s
Some checks failed
Generate and Release Protos / release (push) Failing after 34s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://json-schema.org/draft-07/schema#",
|
"$schema": "https://json-schema.org/draft-07/schema#",
|
||||||
"title": "TrainByHeadcodeResponse",
|
"title": "TrainDetailsResponse",
|
||||||
"$defs": {
|
"$defs": {
|
||||||
"ServiceLocation": {
|
"ServiceLocation": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@@ -216,6 +216,9 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/$defs/ServiceLocation"
|
"$ref": "#/$defs/ServiceLocation"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"pis": {
|
||||||
|
"$ref": "../pis-object.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user