File tree Expand file tree Collapse file tree 8 files changed +76
-1
lines changed Expand file tree Collapse file tree 8 files changed +76
-1
lines changed Original file line number Diff line number Diff line change 12
12
- recommended
13
13
14
14
rules :
15
- no-empty-servers : off
16
15
info-license : off # for now we can keep it off.
17
16
no-ambiguous-paths : off # this is out of our scope.
18
17
no-enum-type-mismatch : warn # keeping the warning since it only occur on one edge case
Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ components:
9
9
$ref : ../common/securitySchemes.yml#/appId
10
10
apiKey :
11
11
$ref : ../common/securitySchemes.yml#/apiKey
12
+ servers :
13
+ - url : https://analytics.{region}.algolia.com
14
+ variables :
15
+ region :
16
+ enum :
17
+ - us
18
+ - de
19
+ default : us
12
20
security :
13
21
- appId : []
14
22
apiKey : []
Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ components:
9
9
$ref : ' ../common/securitySchemes.yml#/appId'
10
10
apiKey :
11
11
$ref : ' ../common/securitySchemes.yml#/apiKey'
12
+ servers :
13
+ - url : https://analytics.{region}.algolia.com
14
+ variables :
15
+ region :
16
+ enum :
17
+ - us
18
+ - de
19
+ default : us
12
20
security :
13
21
- appId : []
14
22
apiKey : []
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ components:
9
9
$ref : ' ../common/securitySchemes.yml#/appId'
10
10
apiKey :
11
11
$ref : ' ../common/securitySchemes.yml#/apiKey'
12
+ servers :
13
+ - url : https://insights.algolia.io
12
14
security :
13
15
- appId : []
14
16
apiKey : []
Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ components:
9
9
$ref : ' ../common/securitySchemes.yml#/appId'
10
10
apiKey :
11
11
$ref : ' ../common/securitySchemes.yml#/apiKey'
12
+ servers :
13
+ - url : https://personalization.{region}.algolia.com
14
+ variables :
15
+ region :
16
+ enum :
17
+ - us
18
+ - eu
19
+ default : us
12
20
security :
13
21
- appId : []
14
22
apiKey : []
Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ components:
9
9
$ref : ' ../common/securitySchemes.yml#/appId'
10
10
apiKey :
11
11
$ref : ' ../common/securitySchemes.yml#/apiKey'
12
+ servers :
13
+ - url : https://query-suggestions.{region}.algolia.com
14
+ variables :
15
+ region :
16
+ enum :
17
+ - us
18
+ - eu
19
+ default : us
12
20
security :
13
21
- appId : []
14
22
apiKey : []
Original file line number Diff line number Diff line change @@ -9,6 +9,27 @@ components:
9
9
$ref : ' ../common/securitySchemes.yml#/appId'
10
10
apiKey :
11
11
$ref : ' ../common/securitySchemes.yml#/apiKey'
12
+ servers :
13
+ - url : https://{appId}.algolianet.com
14
+ variables :
15
+ appId :
16
+ default : myAppId
17
+ - url : https://{appId}-1.algolianet.com
18
+ variables :
19
+ appId :
20
+ default : myAppId
21
+ - url : https://{appId}-2.algolianet.com
22
+ variables :
23
+ appId :
24
+ default : myAppId
25
+ - url : https://{appId}-3.algolianet.com
26
+ variables :
27
+ appId :
28
+ default : myAppId
29
+ - url : https://{appId}-dsn.algolianet.com
30
+ variables :
31
+ appId :
32
+ default : myAppId
12
33
security :
13
34
- appId : []
14
35
apiKey : []
Original file line number Diff line number Diff line change @@ -9,6 +9,27 @@ components:
9
9
$ref : ../common/securitySchemes.yml#/appId
10
10
apiKey :
11
11
$ref : ../common/securitySchemes.yml#/apiKey
12
+ servers :
13
+ - url : https://{appId}.algolianet.com
14
+ variables :
15
+ appId :
16
+ default : myAppId
17
+ - url : https://{appId}-1.algolianet.com
18
+ variables :
19
+ appId :
20
+ default : myAppId
21
+ - url : https://{appId}-2.algolianet.com
22
+ variables :
23
+ appId :
24
+ default : myAppId
25
+ - url : https://{appId}-3.algolianet.com
26
+ variables :
27
+ appId :
28
+ default : myAppId
29
+ - url : https://{appId}-dsn.algolianet.com
30
+ variables :
31
+ appId :
32
+ default : myAppId
12
33
security :
13
34
- appId : []
14
35
apiKey : []
You can’t perform that action at this time.
0 commit comments