diff --git a/prebuilt/core/booking.json b/prebuilt/core/booking.json index 0aad66a86..7c0e7f2c8 100644 --- a/prebuilt/core/booking.json +++ b/prebuilt/core/booking.json @@ -1061,6 +1061,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", @@ -2157,6 +2161,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/core/components/terms.json b/prebuilt/core/components/terms.json index 1d638cf6e..8b3886e25 100644 --- a/prebuilt/core/components/terms.json +++ b/prebuilt/core/components/terms.json @@ -8,6 +8,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/core/itinerary.json b/prebuilt/core/itinerary.json index 4eca5b3df..f9b6452cc 100644 --- a/prebuilt/core/itinerary.json +++ b/prebuilt/core/itinerary.json @@ -1029,6 +1029,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/core/plan.json b/prebuilt/core/plan.json index 1acee80b6..66bd6470e 100644 --- a/prebuilt/core/plan.json +++ b/prebuilt/core/plan.json @@ -1105,6 +1105,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/core/product-option.json b/prebuilt/core/product-option.json index 38c601af2..809338832 100644 --- a/prebuilt/core/product-option.json +++ b/prebuilt/core/product-option.json @@ -142,6 +142,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/bookings/bookings-agency-options/response.json b/prebuilt/maas-backend/bookings/bookings-agency-options/response.json index 3e1160c7a..87352963d 100644 --- a/prebuilt/maas-backend/bookings/bookings-agency-options/response.json +++ b/prebuilt/maas-backend/bookings/bookings-agency-options/response.json @@ -1074,6 +1074,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", @@ -2161,6 +2165,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/bookings/bookings-cancel/response.json b/prebuilt/maas-backend/bookings/bookings-cancel/response.json index 0de2ee3a8..ce91a0e2c 100644 --- a/prebuilt/maas-backend/bookings/bookings-cancel/response.json +++ b/prebuilt/maas-backend/bookings/bookings-cancel/response.json @@ -1068,6 +1068,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", @@ -2164,6 +2168,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/bookings/bookings-create/request.json b/prebuilt/maas-backend/bookings/bookings-create/request.json index 68cca84a9..f9d2ba207 100644 --- a/prebuilt/maas-backend/bookings/bookings-create/request.json +++ b/prebuilt/maas-backend/bookings/bookings-create/request.json @@ -1073,6 +1073,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", @@ -2169,6 +2173,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/bookings/bookings-create/response.json b/prebuilt/maas-backend/bookings/bookings-create/response.json index 3dfc9c17d..1f0600897 100644 --- a/prebuilt/maas-backend/bookings/bookings-create/response.json +++ b/prebuilt/maas-backend/bookings/bookings-create/response.json @@ -1067,6 +1067,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", @@ -2163,6 +2167,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/bookings/bookings-list/response.json b/prebuilt/maas-backend/bookings/bookings-list/response.json index 565705b63..ca125def2 100644 --- a/prebuilt/maas-backend/bookings/bookings-list/response.json +++ b/prebuilt/maas-backend/bookings/bookings-list/response.json @@ -1070,6 +1070,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", @@ -2166,6 +2170,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/bookings/bookings-retrieve/response.json b/prebuilt/maas-backend/bookings/bookings-retrieve/response.json index 5003d49e7..fab2eea76 100644 --- a/prebuilt/maas-backend/bookings/bookings-retrieve/response.json +++ b/prebuilt/maas-backend/bookings/bookings-retrieve/response.json @@ -1067,6 +1067,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", @@ -2163,6 +2167,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/bookings/bookings-update/request.json b/prebuilt/maas-backend/bookings/bookings-update/request.json index 4ec047700..578533ffe 100644 --- a/prebuilt/maas-backend/bookings/bookings-update/request.json +++ b/prebuilt/maas-backend/bookings/bookings-update/request.json @@ -1076,6 +1076,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", @@ -2172,6 +2176,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/bookings/bookings-update/response.json b/prebuilt/maas-backend/bookings/bookings-update/response.json index c0822dab6..14fb9fd5f 100644 --- a/prebuilt/maas-backend/bookings/bookings-update/response.json +++ b/prebuilt/maas-backend/bookings/bookings-update/response.json @@ -1067,6 +1067,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", @@ -2163,6 +2167,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/itineraries/itinerary-create/request.json b/prebuilt/maas-backend/itineraries/itinerary-create/request.json index b3cd6bbdd..0edfa0f0e 100644 --- a/prebuilt/maas-backend/itineraries/itinerary-create/request.json +++ b/prebuilt/maas-backend/itineraries/itinerary-create/request.json @@ -1035,6 +1035,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/itineraries/itinerary-create/response.json b/prebuilt/maas-backend/itineraries/itinerary-create/response.json index 8e84c34d0..074f5fa3a 100644 --- a/prebuilt/maas-backend/itineraries/itinerary-create/response.json +++ b/prebuilt/maas-backend/itineraries/itinerary-create/response.json @@ -1035,6 +1035,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/itineraries/itinerary-list/response.json b/prebuilt/maas-backend/itineraries/itinerary-list/response.json index fdd868edb..5a48d954c 100644 --- a/prebuilt/maas-backend/itineraries/itinerary-list/response.json +++ b/prebuilt/maas-backend/itineraries/itinerary-list/response.json @@ -1038,6 +1038,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/itineraries/itinerary-retrieve/response.json b/prebuilt/maas-backend/itineraries/itinerary-retrieve/response.json index db2a45078..3f0521da4 100644 --- a/prebuilt/maas-backend/itineraries/itinerary-retrieve/response.json +++ b/prebuilt/maas-backend/itineraries/itinerary-retrieve/response.json @@ -1035,6 +1035,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/provider/routes/response.json b/prebuilt/maas-backend/provider/routes/response.json index 856972265..cb849e601 100644 --- a/prebuilt/maas-backend/provider/routes/response.json +++ b/prebuilt/maas-backend/provider/routes/response.json @@ -1106,6 +1106,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/routes/routes-query/response.json b/prebuilt/maas-backend/routes/routes-query/response.json index 98f9e8d9f..2b93be2da 100644 --- a/prebuilt/maas-backend/routes/routes-query/response.json +++ b/prebuilt/maas-backend/routes/routes-query/response.json @@ -1115,6 +1115,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/webhooks/webhooks-bookings-update/request.json b/prebuilt/maas-backend/webhooks/webhooks-bookings-update/request.json index 94b5df31d..0b6d6d139 100644 --- a/prebuilt/maas-backend/webhooks/webhooks-bookings-update/request.json +++ b/prebuilt/maas-backend/webhooks/webhooks-bookings-update/request.json @@ -968,6 +968,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/maas-backend/webhooks/webhooks-bookings-update/response.json b/prebuilt/maas-backend/webhooks/webhooks-bookings-update/response.json index 00c9193a8..91117579a 100644 --- a/prebuilt/maas-backend/webhooks/webhooks-bookings-update/response.json +++ b/prebuilt/maas-backend/webhooks/webhooks-bookings-update/response.json @@ -977,6 +977,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", @@ -2143,6 +2147,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/tsp/booking-cancel/response.json b/prebuilt/tsp/booking-cancel/response.json index 37e08efd3..a823ce54c 100644 --- a/prebuilt/tsp/booking-cancel/response.json +++ b/prebuilt/tsp/booking-cancel/response.json @@ -964,6 +964,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/tsp/booking-create/request.json b/prebuilt/tsp/booking-create/request.json index 4db918f58..2801bcd15 100644 --- a/prebuilt/tsp/booking-create/request.json +++ b/prebuilt/tsp/booking-create/request.json @@ -905,6 +905,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/tsp/booking-create/response.json b/prebuilt/tsp/booking-create/response.json index 34dd94a4f..bb37ccc66 100644 --- a/prebuilt/tsp/booking-create/response.json +++ b/prebuilt/tsp/booking-create/response.json @@ -966,6 +966,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/tsp/booking-option.json b/prebuilt/tsp/booking-option.json index fdc119892..c5394993d 100644 --- a/prebuilt/tsp/booking-option.json +++ b/prebuilt/tsp/booking-option.json @@ -340,6 +340,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/tsp/booking-options-list/response.json b/prebuilt/tsp/booking-options-list/response.json index 565f5ce32..21318b039 100644 --- a/prebuilt/tsp/booking-options-list/response.json +++ b/prebuilt/tsp/booking-options-list/response.json @@ -348,6 +348,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/tsp/booking-read-by-id/response.json b/prebuilt/tsp/booking-read-by-id/response.json index 5cebd91ba..a72f71312 100644 --- a/prebuilt/tsp/booking-read-by-id/response.json +++ b/prebuilt/tsp/booking-read-by-id/response.json @@ -957,6 +957,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/tsp/booking-update/response.json b/prebuilt/tsp/booking-update/response.json index 3a722a05f..0f2f793d7 100644 --- a/prebuilt/tsp/booking-update/response.json +++ b/prebuilt/tsp/booking-update/response.json @@ -956,6 +956,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/tsp/webhooks-bookings-update/remote-request.json b/prebuilt/tsp/webhooks-bookings-update/remote-request.json index 237a480f2..2deadb236 100644 --- a/prebuilt/tsp/webhooks-bookings-update/remote-request.json +++ b/prebuilt/tsp/webhooks-bookings-update/remote-request.json @@ -957,6 +957,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/prebuilt/tsp/webhooks-bookings-update/remote-response.json b/prebuilt/tsp/webhooks-bookings-update/remote-response.json index 96ec53e44..d758144c5 100644 --- a/prebuilt/tsp/webhooks-bookings-update/remote-response.json +++ b/prebuilt/tsp/webhooks-bookings-update/remote-response.json @@ -977,6 +977,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", @@ -2143,6 +2147,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object", diff --git a/schemas/core/components/terms.json b/schemas/core/components/terms.json index 5317479bc..6571f79d1 100644 --- a/schemas/core/components/terms.json +++ b/schemas/core/components/terms.json @@ -8,6 +8,10 @@ "minLength": 0, "maxLength": 64 }, + "validityOverride": { + "description": "Text which should override the display of the validity on tickets", + "type": "string" + }, "validity": { "description": "Booking validity conditions", "type": "object",