Skip to content

Commit cbcd647

Browse files
OAS Update
1 parent 48009f1 commit cbcd647

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

services/scf/v1/scf.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,22 @@
10401040
"title": "Space Role to assign",
10411041
"type": "string"
10421042
},
1043+
"SpaceWithIsolationSegment": {
1044+
"allOf": [
1045+
{
1046+
"$ref": "#/components/schemas/Space"
1047+
},
1048+
{
1049+
"properties": {
1050+
"isolationSegmentId": {
1051+
"$ref": "#/components/schemas/IsolationSegmentId"
1052+
}
1053+
},
1054+
"type": "object"
1055+
}
1056+
],
1057+
"description": "A Space resource that includes its assigned Isolation Segment details."
1058+
},
10431059
"SpacesList": {
10441060
"properties": {
10451061
"pagination": {

0 commit comments

Comments
 (0)