From 5d4e3bece3b919865e57bf4092d1cc3b008fb238 Mon Sep 17 00:00:00 2001 From: jlanglois Date: Wed, 26 Nov 2025 16:21:44 -0300 Subject: [PATCH 1/2] fix: add title to travel options --- topsort-api-v2.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topsort-api-v2.yml b/topsort-api-v2.yml index c09ac51..bfe62da 100644 --- a/topsort-api-v2.yml +++ b/topsort-api-v2.yml @@ -1760,6 +1760,7 @@ components: - $ref: "#/components/schemas/HotelsAuctionRequest" - $ref: "#/components/schemas/FlightsAuctionRequest" HotelsAuctionRequest: + Title: Hotels type: object description: Describes the intent of running a hotel travel auction. required: @@ -1864,6 +1865,7 @@ components: Context information specific to hotel travel auctions extending base travel context with hotel-specific fields. FlightsAuctionRequest: + title: Flights type: object description: Describes the intent of running a flight travel auction. required: From 8b5ba94e3377f28558a90d93deeab137b33ba473 Mon Sep 17 00:00:00 2001 From: jlanglois Date: Wed, 26 Nov 2025 16:23:03 -0300 Subject: [PATCH 2/2] fix: field lower caps --- topsort-api-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topsort-api-v2.yml b/topsort-api-v2.yml index bfe62da..1b6e04e 100644 --- a/topsort-api-v2.yml +++ b/topsort-api-v2.yml @@ -1760,7 +1760,7 @@ components: - $ref: "#/components/schemas/HotelsAuctionRequest" - $ref: "#/components/schemas/FlightsAuctionRequest" HotelsAuctionRequest: - Title: Hotels + title: Hotels type: object description: Describes the intent of running a hotel travel auction. required: