Skip to content

Commit a06cb63

Browse files
OAS Update
1 parent 99a79f6 commit a06cb63

2 files changed

Lines changed: 9 additions & 78 deletions

File tree

services/model-serving/v1/model-serving.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@
680680
},
681681
"info": {
682682
"contact": {
683-
"email": "model-serving@mail.schwarz",
683+
"email": "stackit-model-serving@digits.schwarz",
684684
"name": "Model serving",
685685
"url": "https://developers.stackit.schwarz"
686686
},

services/scf/v1/scf.json

Lines changed: 8 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -260,17 +260,6 @@
260260
],
261261
"type": "object"
262262
},
263-
"OrgRoleCreateBffRequest": {
264-
"properties": {
265-
"type": {
266-
"$ref": "#/components/schemas/OrgRoleType"
267-
}
268-
},
269-
"required": [
270-
"type"
271-
],
272-
"type": "object"
273-
},
274263
"OrgRoleResponse": {
275264
"properties": {
276265
"guid": {
@@ -323,7 +312,7 @@
323312
"createdAt": {
324313
"example": "2024-10-28T07:07:54.52Z",
325314
"format": "date-time",
326-
"title": "The time with zone when the space was created.",
315+
"title": "The time with zone when the organization was created.",
327316
"type": "string"
328317
},
329318
"guid": {
@@ -357,7 +346,7 @@
357346
"updatedAt": {
358347
"example": "2024-10-28T07:07:54.53Z",
359348
"format": "date-time",
360-
"title": "The time with zone when the space was last updated.",
349+
"title": "The time with zone when the organization was last updated.",
361350
"type": "string"
362351
}
363352
},
@@ -375,24 +364,6 @@
375364
],
376365
"type": "object"
377366
},
378-
"OrganizationCreateBffResponse": {
379-
"properties": {
380-
"org": {
381-
"$ref": "#/components/schemas/OrganizationCreateResponse"
382-
},
383-
"roles": {
384-
"additionalProperties": {
385-
"$ref": "#/components/schemas/OrgRoleResponse"
386-
},
387-
"type": "object"
388-
}
389-
},
390-
"required": [
391-
"org",
392-
"roles"
393-
],
394-
"type": "object"
395-
},
396367
"OrganizationCreateResponse": {
397368
"properties": {
398369
"guid": {
@@ -590,6 +561,11 @@
590561
"title": "pagination details",
591562
"type": "object"
592563
},
564+
"PlatformDisplayName": {
565+
"example": "Shared Cloud Foundry (public)",
566+
"title": "The name of the platform.",
567+
"type": "string"
568+
},
593569
"PlatformId": {
594570
"example": "00000000-0000-0000-0000-000000000000",
595571
"format": "uuid",
@@ -629,9 +605,7 @@
629605
"type": "string"
630606
},
631607
"displayName": {
632-
"example": "SIT Dedicated",
633-
"title": "Type of the platform can be displayed by STACKIT Portal.",
634-
"type": "string"
608+
"$ref": "#/components/schemas/PlatformDisplayName"
635609
},
636610
"guid": {
637611
"$ref": "#/components/schemas/PlatformId"
@@ -924,24 +898,6 @@
924898
],
925899
"type": "object"
926900
},
927-
"SpaceCreatedBffResponse": {
928-
"properties": {
929-
"orgRole": {
930-
"$ref": "#/components/schemas/OrgRoleResponse"
931-
},
932-
"space": {
933-
"$ref": "#/components/schemas/Space"
934-
},
935-
"spaceRole": {
936-
"$ref": "#/components/schemas/SpaceRoleCreateResponse"
937-
}
938-
},
939-
"required": [
940-
"space",
941-
"spaceRole"
942-
],
943-
"type": "object"
944-
},
945901
"SpaceDeleteResponse": {
946902
"properties": {
947903
"message": {
@@ -970,31 +926,6 @@
970926
"minLength": 1,
971927
"type": "string"
972928
},
973-
"SpaceRoleCreateBffRequest": {
974-
"properties": {
975-
"type": {
976-
"$ref": "#/components/schemas/SpaceRoleType"
977-
}
978-
},
979-
"required": [
980-
"type"
981-
],
982-
"type": "object"
983-
},
984-
"SpaceRoleCreateBffResponse": {
985-
"properties": {
986-
"orgRole": {
987-
"$ref": "#/components/schemas/OrgRoleResponse"
988-
},
989-
"spaceRole": {
990-
"$ref": "#/components/schemas/SpaceRoleCreateResponse"
991-
}
992-
},
993-
"required": [
994-
"spaceRole"
995-
],
996-
"type": "object"
997-
},
998929
"SpaceRoleCreateResponse": {
999930
"properties": {
1000931
"guid": {

0 commit comments

Comments
 (0)