Skip to content

Commit 737cc3e

Browse files
committed
fix(openapi): prevent TS codegen collisions from duplicate schema titles
1 parent c99bd65 commit 737cc3e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

components/renku_data_services/search/api.spec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ components:
230230
type: integer
231231
format: int32
232232
SearchProject:
233-
title: Project
233+
title: SearchProject
234234
examples:
235235
- type: Project
236236
id: 01HRA7AZ2Q234CDQWGA052F8MK
@@ -306,7 +306,7 @@ components:
306306
type: string
307307
const: Project
308308
SearchDataConnector:
309-
title: DataConnector
309+
title: SearchDataConnector
310310
examples:
311311
- type: DataConnector
312312
id: 01HRA7AZ2Q234CDQWGA052F8MK
@@ -443,7 +443,7 @@ components:
443443
type: string
444444
const: User
445445
SearchUser:
446-
title: User
446+
title: SearchUser
447447
type: object
448448
required:
449449
- id
@@ -478,7 +478,7 @@ components:
478478
type: string
479479
const: User
480480
SearchGroup:
481-
title: Group
481+
title: SearchGroup
482482
type: object
483483
required:
484484
- id

0 commit comments

Comments
 (0)