Skip to content

Commit 00b020b

Browse files
OAS Update
1 parent c7768ad commit 00b020b

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

services/certificates/v2/certificates.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,6 @@
11
{
22
"components": {
33
"schemas": {
4-
"CertificateUsageItem": {
5-
"properties": {
6-
"listenerNames": {
7-
"description": "A list of listener names on this Load Balancer that are using the certificate.",
8-
"example": [
9-
"https-443",
10-
"api-8443",
11-
"legacy-tls"
12-
],
13-
"items": {
14-
"type": "string"
15-
},
16-
"type": "array"
17-
},
18-
"loadBalancerName": {
19-
"description": "The display name of the Load Balancer.",
20-
"example": "edge-lb-production",
21-
"type": "string"
22-
}
23-
},
24-
"type": "object"
25-
},
264
"CertificatesQuota": {
275
"description": "Certificates quotas holds the limits and usage for certificates resources",
286
"properties": {
@@ -324,12 +302,34 @@
324302
"items": {
325303
"description": "List of Load Balancers with their associated listeners that use this certificate.",
326304
"items": {
327-
"$ref": "#/components/schemas/CertificateUsageItem"
305+
"$ref": "#/components/schemas/UsageItem"
328306
},
329307
"type": "array"
330308
}
331309
},
332310
"type": "object"
311+
},
312+
"UsageItem": {
313+
"properties": {
314+
"listenerNames": {
315+
"description": "A list of listener names on this Load Balancer that are using the certificate.",
316+
"example": [
317+
"https-443",
318+
"api-8443",
319+
"legacy-tls"
320+
],
321+
"items": {
322+
"type": "string"
323+
},
324+
"type": "array"
325+
},
326+
"loadBalancerName": {
327+
"description": "The display name of the Load Balancer.",
328+
"example": "edge-lb-production",
329+
"type": "string"
330+
}
331+
},
332+
"type": "object"
333333
}
334334
}
335335
},

0 commit comments

Comments
 (0)