Skip to content

Commit 788578a

Browse files
algolia-botgazconroyGary Conroymillotp
committed
fix(specs): Add title values to Ingestion API oneOfs (#5687) (generated) [skip ci]
Co-authored-by: gazconroy <gazconroyster@gmail.com> Co-authored-by: Gary Conroy <gary.conroy@LON-M3P-GConroy.local> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 71f5ada commit 788578a

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

docs/bundled/ingestion.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3729,6 +3729,7 @@
37293729
}
37303730
},
37313731
"AuthSecrets": {
3732+
"title": "Key:value",
37323733
"type": "object",
37333734
"description": "A key:value authentication for your transformations.",
37343735
"additionalProperties": {
@@ -3833,6 +3834,7 @@
38333834
]
38343835
},
38353836
"AuthGoogleServiceAccount": {
3837+
"title": "Google",
38363838
"type": "object",
38373839
"description": "Credentials for authenticating with a Google service account, such as BigQuery.",
38383840
"additionalProperties": false,
@@ -3857,6 +3859,7 @@
38573859
]
38583860
},
38593861
"AuthBasic": {
3862+
"title": "Basic",
38603863
"type": "object",
38613864
"description": "Credentials for authenticating with user name and password.",
38623865
"additionalProperties": false,
@@ -3880,6 +3883,7 @@
38803883
]
38813884
},
38823885
"AuthAPIKey": {
3886+
"title": "API key",
38833887
"type": "object",
38843888
"description": "Credentials for authenticating with an API key.",
38853889
"additionalProperties": false,
@@ -3897,6 +3901,7 @@
38973901
]
38983902
},
38993903
"AuthOAuth": {
3904+
"title": "OAuth 2.0",
39003905
"type": "object",
39013906
"description": "Credentials for authenticating with OAuth 2.0.",
39023907
"additionalProperties": false,
@@ -3931,6 +3936,7 @@
39313936
]
39323937
},
39333938
"AuthAlgolia": {
3939+
"title": "Algolia",
39343940
"type": "object",
39353941
"additionalProperties": false,
39363942
"description": "Credentials for authenticating with Algolia.",
@@ -3950,6 +3956,7 @@
39503956
]
39513957
},
39523958
"AuthAlgoliaInsights": {
3959+
"title": "Algolia Insights",
39533960
"type": "object",
39543961
"additionalProperties": false,
39553962
"description": "Credentials for authenticating with the Algolia Insights API.",

docs/bundled/ingestion.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16694,6 +16694,7 @@ components:
1669416694
Algolia API key with the ACL: `search`.
1669516695
This field is `null` in the API response.
1669616696
AuthSecrets:
16697+
title: Key:value
1669716698
type: object
1669816699
description: A key:value authentication for your transformations.
1669916700
additionalProperties:
@@ -16763,6 +16764,7 @@ components:
1676316764
- nbItems
1676416765
- itemsPerPage
1676516766
AuthGoogleServiceAccount:
16767+
title: Google
1676616768
type: object
1676716769
description: >-
1676816770
Credentials for authenticating with a Google service account, such as
@@ -16785,6 +16787,7 @@ components:
1678516787
- clientEmail
1678616788
- privateKey
1678716789
AuthBasic:
16790+
title: Basic
1678816791
type: object
1678916792
description: Credentials for authenticating with user name and password.
1679016793
additionalProperties: false
@@ -16802,6 +16805,7 @@ components:
1680216805
- username
1680316806
- password
1680416807
AuthAPIKey:
16808+
title: API key
1680516809
type: object
1680616810
description: Credentials for authenticating with an API key.
1680716811
additionalProperties: false
@@ -16814,6 +16818,7 @@ components:
1681416818
x-discriminator-fields:
1681516819
- key
1681616820
AuthOAuth:
16821+
title: OAuth 2.0
1681716822
type: object
1681816823
description: Credentials for authenticating with OAuth 2.0.
1681916824
additionalProperties: false
@@ -16840,6 +16845,7 @@ components:
1684016845
- client_id
1684116846
- client_secret
1684216847
AuthAlgolia:
16848+
title: Algolia
1684316849
type: object
1684416850
additionalProperties: false
1684516851
description: Credentials for authenticating with Algolia.
@@ -16858,6 +16864,7 @@ components:
1685816864
- appID
1685916865
- apiKey
1686016866
AuthAlgoliaInsights:
16867+
title: Algolia Insights
1686116868
type: object
1686216869
additionalProperties: false
1686316870
description: Credentials for authenticating with the Algolia Insights API.

specs/bundled/ingestion.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2675,6 +2675,7 @@ components:
26752675
Algolia API key with the ACL: `search`.
26762676
This field is `null` in the API response.
26772677
AuthSecrets:
2678+
title: Key:value
26782679
type: object
26792680
description: A key:value authentication for your transformations.
26802681
additionalProperties:
@@ -2744,6 +2745,7 @@ components:
27442745
- nbItems
27452746
- itemsPerPage
27462747
AuthGoogleServiceAccount:
2748+
title: Google
27472749
type: object
27482750
description: >-
27492751
Credentials for authenticating with a Google service account, such as
@@ -2766,6 +2768,7 @@ components:
27662768
- clientEmail
27672769
- privateKey
27682770
AuthBasic:
2771+
title: Basic
27692772
type: object
27702773
description: Credentials for authenticating with user name and password.
27712774
additionalProperties: false
@@ -2783,6 +2786,7 @@ components:
27832786
- username
27842787
- password
27852788
AuthAPIKey:
2789+
title: API key
27862790
type: object
27872791
description: Credentials for authenticating with an API key.
27882792
additionalProperties: false
@@ -2795,6 +2799,7 @@ components:
27952799
x-discriminator-fields:
27962800
- key
27972801
AuthOAuth:
2802+
title: OAuth 2.0
27982803
type: object
27992804
description: Credentials for authenticating with OAuth 2.0.
28002805
additionalProperties: false
@@ -2821,6 +2826,7 @@ components:
28212826
- client_id
28222827
- client_secret
28232828
AuthAlgolia:
2829+
title: Algolia
28242830
type: object
28252831
additionalProperties: false
28262832
description: Credentials for authenticating with Algolia.
@@ -2839,6 +2845,7 @@ components:
28392845
- appID
28402846
- apiKey
28412847
AuthAlgoliaInsights:
2848+
title: Algolia Insights
28422849
type: object
28432850
additionalProperties: false
28442851
description: Credentials for authenticating with the Algolia Insights API.

specs/ingestion/common/schemas/authentication.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ AuthAlgolia:
305305
- apiKey
306306

307307
AuthSecrets:
308-
title: "Key:value"
308+
title: 'Key:value'
309309
type: object
310310
description: A key:value authentication for your transformations.
311311
additionalProperties:

0 commit comments

Comments
 (0)