Skip to content

Commit 7f84286

Browse files
OAS Update
1 parent 673a9ba commit 7f84286

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

services/scf/v1/scf.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,77 @@
6868
],
6969
"type": "object"
7070
},
71+
"IsolationSegment": {
72+
"properties": {
73+
"createdAt": {
74+
"example": "2024-10-28T07:07:54.52Z",
75+
"format": "date-time",
76+
"title": "The time with zone when the isolation segment was created.",
77+
"type": "string"
78+
},
79+
"guid": {
80+
"$ref": "#/components/schemas/IsolationSegmentId"
81+
},
82+
"name": {
83+
"example": "myisolationsegment",
84+
"title": "Name of the isolation segment",
85+
"type": "string"
86+
},
87+
"orgId": {
88+
"$ref": "#/components/schemas/OrgId"
89+
},
90+
"platformId": {
91+
"$ref": "#/components/schemas/PlatformId"
92+
},
93+
"projectId": {
94+
"$ref": "#/components/schemas/ProjectId"
95+
},
96+
"region": {
97+
"$ref": "#/components/schemas/Region"
98+
},
99+
"updatedAt": {
100+
"example": "2024-10-28T07:07:54.53Z",
101+
"format": "date-time",
102+
"title": "The time with zone when the isolation segment was last updated.",
103+
"type": "string"
104+
}
105+
},
106+
"required": [
107+
"name",
108+
"guid",
109+
"orgId",
110+
"platformId",
111+
"projectId",
112+
"region",
113+
"createdAt",
114+
"updatedAt"
115+
],
116+
"type": "object"
117+
},
118+
"IsolationSegmentId": {
119+
"example": "00000000-0000-0000-0000-000000000000",
120+
"format": "uuid",
121+
"title": "The unique id of the isolation segment",
122+
"type": "string"
123+
},
124+
"IsolationSegmentsList": {
125+
"properties": {
126+
"pagination": {
127+
"$ref": "#/components/schemas/Pagination"
128+
},
129+
"resources": {
130+
"items": {
131+
"$ref": "#/components/schemas/IsolationSegment"
132+
},
133+
"type": "array"
134+
}
135+
},
136+
"required": [
137+
"resources",
138+
"pagination"
139+
],
140+
"type": "object"
141+
},
71142
"OrgId": {
72143
"example": "00000000-0000-0000-0000-000000000000",
73144
"format": "uuid",

0 commit comments

Comments
 (0)