Skip to content

Commit 6416d46

Browse files
ci(prod): Release OpenAPI Spec 🚀. See https://github.com/mongodb/openapi/actions/runs/24527040870.
1 parent 2bc3f62 commit 6416d46

44 files changed

Lines changed: 224 additions & 48 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

openapi/.raw/v2.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52968,6 +52968,18 @@
5296852968
"x-xgen-IPA-exception": {
5296952969
"xgen-IPA-124-array-max-items": "Schema predates IPA validation."
5297052970
}
52971+
},
52972+
"tier": {
52973+
"description": "Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.",
52974+
"enum": [
52975+
"SP50",
52976+
"SP30",
52977+
"SP10",
52978+
"SP5",
52979+
"SP2"
52980+
],
52981+
"title": "Stream Workspace Tier",
52982+
"type": "string"
5297152983
}
5297252984
},
5297352985
"type": "object"
@@ -57996,7 +58008,7 @@
5799658008
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
5799758009
"title": "MongoDB Atlas Administration API",
5799858010
"version": "2.0",
57999-
"x-xgen-sha": "b6a75a90517e9191f3d91801704ccee2307abb9e"
58011+
"x-xgen-sha": "a22f2c0e176a392ebad39840a2fcb87e9fe0bf2a"
5800058012
},
5800158013
"openapi": "3.0.1",
5800258014
"paths": {
@@ -98717,7 +98729,7 @@
9871798729
"schema": {
9871898730
"$ref": "#/components/schemas/OpenApiInfo"
9871998731
},
98720-
"x-sunset": "9999-12-31",
98732+
"x-sunset": "9999-12-30",
9872198733
"x-xgen-version": "2024-05-30"
9872298734
},
9872398735
"application/vnd.atlas.2024-08-05+json": {
@@ -98739,7 +98751,7 @@
9873998751
"schema": {
9874098752
"$ref": "#/components/schemas/OpenApiInfo"
9874198753
},
98742-
"x-sunset": "9999-12-31",
98754+
"x-sunset": "9999-12-30",
9874398755
"x-xgen-preview": {
9874498756
"public": "true"
9874598757
},

openapi/.raw/v2.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41342,6 +41342,16 @@ components:
4134241342
type: array
4134341343
x-xgen-IPA-exception:
4134441344
xgen-IPA-124-array-max-items: Schema predates IPA validation.
41345+
tier:
41346+
description: Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.
41347+
enum:
41348+
- SP50
41349+
- SP30
41350+
- SP10
41351+
- SP5
41352+
- SP2
41353+
title: Stream Workspace Tier
41354+
type: string
4134541355
type: object
4134641356
StreamsProcessorWithStats:
4134741357
description: An atlas stream processor with optional stats.
@@ -45288,7 +45298,7 @@ info:
4528845298
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
4528945299
title: MongoDB Atlas Administration API
4529045300
version: "2.0"
45291-
x-xgen-sha: b6a75a90517e9191f3d91801704ccee2307abb9e
45301+
x-xgen-sha: a22f2c0e176a392ebad39840a2fcb87e9fe0bf2a
4529245302
openapi: 3.0.1
4529345303
paths:
4529445304
/api/atlas/v2:
@@ -71809,7 +71819,7 @@ paths:
7180971819
application/vnd.atlas.2024-05-30+json:
7181071820
schema:
7181171821
$ref: '#/components/schemas/OpenApiInfo'
71812-
x-sunset: "9999-12-31"
71822+
x-sunset: "9999-12-30"
7181371823
x-xgen-version: "2024-05-30"
7181471824
application/vnd.atlas.2024-08-05+json:
7181571825
schema:
@@ -71824,7 +71834,7 @@ paths:
7182471834
application/vnd.atlas.preview+json:
7182571835
schema:
7182671836
$ref: '#/components/schemas/OpenApiInfo'
71827-
x-sunset: "9999-12-31"
71837+
x-sunset: "9999-12-30"
7182871838
x-xgen-preview:
7182971839
public: "true"
7183071840
x-xgen-version: preview

openapi/v2.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50372,6 +50372,18 @@
5037250372
"$ref": "#/components/schemas/Document"
5037350373
},
5037450374
"type": "array"
50375+
},
50376+
"tier": {
50377+
"description": "Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.",
50378+
"enum": [
50379+
"SP50",
50380+
"SP30",
50381+
"SP10",
50382+
"SP5",
50383+
"SP2"
50384+
],
50385+
"title": "Stream Workspace Tier",
50386+
"type": "string"
5037550387
}
5037650388
},
5037750389
"type": "object"
@@ -54912,7 +54924,7 @@
5491254924
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
5491354925
"title": "MongoDB Atlas Administration API",
5491454926
"version": "2.0",
54915-
"x-xgen-sha": "b6a75a90517e9191f3d91801704ccee2307abb9e"
54927+
"x-xgen-sha": "a22f2c0e176a392ebad39840a2fcb87e9fe0bf2a"
5491654928
},
5491754929
"openapi": "3.0.1",
5491854930
"paths": {

openapi/v2.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39543,6 +39543,16 @@ components:
3954339543
items:
3954439544
$ref: '#/components/schemas/Document'
3954539545
type: array
39546+
tier:
39547+
description: Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.
39548+
enum:
39549+
- SP50
39550+
- SP30
39551+
- SP10
39552+
- SP5
39553+
- SP2
39554+
title: Stream Workspace Tier
39555+
type: string
3954639556
type: object
3954739557
StreamsProcessorWithStats:
3954839558
description: An atlas stream processor with optional stats.
@@ -43133,7 +43143,7 @@ info:
4313343143
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
4313443144
title: MongoDB Atlas Administration API
4313543145
version: "2.0"
43136-
x-xgen-sha: b6a75a90517e9191f3d91801704ccee2307abb9e
43146+
x-xgen-sha: a22f2c0e176a392ebad39840a2fcb87e9fe0bf2a
4313743147
openapi: 3.0.1
4313843148
paths:
4313943149
/api/atlas/v2:

openapi/v2/openapi-2023-01-01.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42662,7 +42662,7 @@
4266242662
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
4266342663
"title": "MongoDB Atlas Administration API",
4266442664
"version": "2.0",
42665-
"x-xgen-sha": "b6a75a90517e9191f3d91801704ccee2307abb9e"
42665+
"x-xgen-sha": "a22f2c0e176a392ebad39840a2fcb87e9fe0bf2a"
4266642666
},
4266742667
"openapi": "3.0.1",
4266842668
"paths": {

openapi/v2/openapi-2023-01-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33603,7 +33603,7 @@ info:
3360333603
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3360433604
title: MongoDB Atlas Administration API
3360533605
version: "2.0"
33606-
x-xgen-sha: b6a75a90517e9191f3d91801704ccee2307abb9e
33606+
x-xgen-sha: a22f2c0e176a392ebad39840a2fcb87e9fe0bf2a
3360733607
openapi: 3.0.1
3360833608
paths:
3360933609
/api/atlas/v2:

openapi/v2/openapi-2023-02-01.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44900,7 +44900,7 @@
4490044900
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
4490144901
"title": "MongoDB Atlas Administration API",
4490244902
"version": "2.0",
44903-
"x-xgen-sha": "b6a75a90517e9191f3d91801704ccee2307abb9e"
44903+
"x-xgen-sha": "a22f2c0e176a392ebad39840a2fcb87e9fe0bf2a"
4490444904
},
4490544905
"openapi": "3.0.1",
4490644906
"paths": {

openapi/v2/openapi-2023-02-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35339,7 +35339,7 @@ info:
3533935339
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3534035340
title: MongoDB Atlas Administration API
3534135341
version: "2.0"
35342-
x-xgen-sha: b6a75a90517e9191f3d91801704ccee2307abb9e
35342+
x-xgen-sha: a22f2c0e176a392ebad39840a2fcb87e9fe0bf2a
3534335343
openapi: 3.0.1
3534435344
paths:
3534535345
/api/atlas/v2:

openapi/v2/openapi-2023-10-01.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44902,7 +44902,7 @@
4490244902
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
4490344903
"title": "MongoDB Atlas Administration API",
4490444904
"version": "2.0",
44905-
"x-xgen-sha": "b6a75a90517e9191f3d91801704ccee2307abb9e"
44905+
"x-xgen-sha": "a22f2c0e176a392ebad39840a2fcb87e9fe0bf2a"
4490644906
},
4490744907
"openapi": "3.0.1",
4490844908
"paths": {

openapi/v2/openapi-2023-10-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35341,7 +35341,7 @@ info:
3534135341
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3534235342
title: MongoDB Atlas Administration API
3534335343
version: "2.0"
35344-
x-xgen-sha: b6a75a90517e9191f3d91801704ccee2307abb9e
35344+
x-xgen-sha: a22f2c0e176a392ebad39840a2fcb87e9fe0bf2a
3534535345
openapi: 3.0.1
3534635346
paths:
3534735347
/api/atlas/v2:

0 commit comments

Comments
 (0)