From f967442baac6c49565feec15a229d624710c278b Mon Sep 17 00:00:00 2001 From: Flavia Cavaliere Date: Wed, 3 Jun 2026 10:29:59 +0200 Subject: [PATCH] Add self_guided to guide_type enum Mirrors the change in public-partner-api#1788. `self_guided` indicates a tour conducted without a guide where the customer explores on their own. Co-Authored-By: Claude Opus 4.7 --- spec/components/schema/tour.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/components/schema/tour.yaml b/spec/components/schema/tour.yaml index 887fa49..6b541f6 100644 --- a/spec/components/schema/tour.yaml +++ b/spec/components/schema/tour.yaml @@ -140,6 +140,7 @@ components: - instructor - driver - live_tour_guide + - self_guided description: > Type of guide that is conducting the tour, available are * `none`: no guide available for this tour. @@ -147,6 +148,7 @@ components: * `instructor`: an instructor e.g. for diving classes. * `driver`: a driver for motorized tours. * `live_tour_guide`: a standard live tour guide. + * `self_guided`: tour conducted without a guide; the customer explores on their own. mobile_voucher: type: boolean description: If the tour accepts mobile voucher.