Skip to content

Commit b007357

Browse files
OAS Update
1 parent b08da7a commit b007357

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

services/pim/v2/pim.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,35 @@
330330
],
331331
"type": "object"
332332
},
333+
"DeveloperPlatformSpecificAttributes": {
334+
"properties": {
335+
"discriminator": {
336+
"type": "string"
337+
},
338+
"diskStoragePerNode": {
339+
"description": "diskStoragePerNode",
340+
"example": "10",
341+
"nullable": true,
342+
"type": "string"
343+
},
344+
"storage": {
345+
"description": "Storage (e.g. `image`, `postgresql`, `snapshot`, `volume`)",
346+
"example": "image",
347+
"nullable": true,
348+
"type": "string"
349+
},
350+
"type": {
351+
"description": "Type (e.g. `single`, `replica`)",
352+
"example": "Single",
353+
"nullable": true,
354+
"type": "string"
355+
}
356+
},
357+
"required": [
358+
"discriminator"
359+
],
360+
"type": "object"
361+
},
333362
"Error": {
334363
"properties": {
335364
"code": {
@@ -564,6 +593,12 @@
564593
"format": "float",
565594
"nullable": true,
566595
"type": "number"
596+
},
597+
"type": {
598+
"description": "Type (e.g. `single`, `replica`)",
599+
"example": "Single",
600+
"nullable": true,
601+
"type": "string"
567602
}
568603
},
569604
"required": [
@@ -889,6 +924,7 @@
889924
"ConfidentialComputing": "#/components/schemas/ConfidentialComputingSpecificAttributes",
890925
"Data\u0026AI": "#/components/schemas/DataAndAI",
891926
"Database": "#/components/schemas/PublicDatabaseSpecificAttributes",
927+
"DeveloperPlatform": "#/components/schemas/DeveloperPlatformSpecificAttributes",
892928
"LoggingAndMonitoring": "#/components/schemas/LoggingAndMonitoringSpecificAttributes",
893929
"Messaging": "#/components/schemas/MessagingSpecificAttributes",
894930
"Network": "#/components/schemas/NetworkSpecificAttributes",
@@ -934,6 +970,9 @@
934970
},
935971
{
936972
"$ref": "#/components/schemas/SupportSpecificAttributes"
973+
},
974+
{
975+
"$ref": "#/components/schemas/DeveloperPlatformSpecificAttributes"
937976
}
938977
]
939978
}

0 commit comments

Comments
 (0)