Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 6290b05

Browse files
committed
String -> string in yaml
1 parent 05eea3f commit 6290b05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,15 +216,15 @@ definitions:
216216
branches:
217217
type: array
218218
items:
219-
type: String
219+
type: string
220220
example: "ZB Grimm-Zentrum"
221221
Availability:
222222
type: object
223223
properties:
224224
branches:
225225
type: array
226226
items:
227-
type: String
227+
type: string
228228
example: "ZB Grimm-Zentrum"
229229
RecordDetail:
230230
type: object

0 commit comments

Comments
 (0)