From 5ade8861863a2caa24e77888dc6b1f98f0f3d935 Mon Sep 17 00:00:00 2001 From: Eduard Badet <34474056+Xedros@users.noreply.github.com> Date: Fri, 19 Jan 2024 03:07:43 +0200 Subject: [PATCH] Updated description on Delivery out for TrainBooking --- src/schema/train-booking.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema/train-booking.json b/src/schema/train-booking.json index 04608f5c..c1e2d562 100644 --- a/src/schema/train-booking.json +++ b/src/schema/train-booking.json @@ -638,7 +638,7 @@ "properties": { "name": { "type": "string", - "description": "Delivery text as provided by the insurer." + "description": "Delivery text as displayed by the provider." }, "price": { "$ref": "#/domains/Generic/types/Price" } },