Skip to content

Commit 9c5d696

Browse files
committed
availabilityExceptions are single String
1 parent b888605 commit 9c5d696

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/openapi/TiMessengerTestTreiber.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2463,11 +2463,9 @@ components:
24632463
items:
24642464
$ref: "#/components/schemas/FhirAvailableTimes"
24652465
availabilityExceptions:
2466-
type: array
2467-
items:
2468-
type: string
2469-
description: ""
2470-
example: "Closed on Friday 3.14.15926"
2466+
type: string
2467+
description: ""
2468+
example: "Closed on Friday 3.14.15926"
24712469

24722470
FhirOrganization:
24732471
allOf:

0 commit comments

Comments
 (0)