Skip to content

Commit 71f5ada

Browse files
gazconroyGary Conroymillotp
authored
fix(specs): Add title values to Ingestion API oneOfs (#5687)
Co-authored-by: Gary Conroy <gary.conroy@LON-M3P-GConroy.local> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 26ffcbb commit 71f5ada

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

specs/ingestion/common/schemas/authentication.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ AuthAlgoliaInsightsPartial:
206206
This field is `null` in the API response.
207207
208208
AuthGoogleServiceAccount:
209+
title: Google
209210
type: object
210211
description: Credentials for authenticating with a Google service account, such as BigQuery.
211212
additionalProperties: false
@@ -225,6 +226,7 @@ AuthGoogleServiceAccount:
225226
- privateKey
226227

227228
AuthBasic:
229+
title: Basic
228230
type: object
229231
description: Credentials for authenticating with user name and password.
230232
additionalProperties: false
@@ -243,6 +245,7 @@ AuthBasic:
243245
- password
244246

245247
AuthAPIKey:
248+
title: API key
246249
type: object
247250
description: Credentials for authenticating with an API key.
248251
additionalProperties: false
@@ -256,6 +259,7 @@ AuthAPIKey:
256259
- key
257260

258261
AuthOAuth:
262+
title: OAuth 2.0
259263
type: object
260264
description: Credentials for authenticating with OAuth 2.0.
261265
additionalProperties: false
@@ -283,6 +287,7 @@ AuthOAuth:
283287
- client_secret
284288

285289
AuthAlgolia:
290+
title: Algolia
286291
type: object
287292
additionalProperties: false
288293
description: Credentials for authenticating with Algolia.
@@ -300,12 +305,14 @@ AuthAlgolia:
300305
- apiKey
301306

302307
AuthSecrets:
308+
title: "Key:value"
303309
type: object
304310
description: A key:value authentication for your transformations.
305311
additionalProperties:
306312
type: string
307313

308314
AuthAlgoliaInsights:
315+
title: Algolia Insights
309316
type: object
310317
additionalProperties: false
311318
description: Credentials for authenticating with the Algolia Insights API.

0 commit comments

Comments
 (0)