Skip to content

Commit ec3aa83

Browse files
committed
Fix options data type
1 parent e2a50ae commit ec3aa83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: booking.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ components:
383383
description: Phone number that the customer may be reached from
384384
type: string
385385
options:
386-
type: object
386+
type: array
387387
description: Containing an array of available options matching the query
388388
properties:
389389
leg:

0 commit comments

Comments
 (0)