We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fde8e commit e15b310Copy full SHA for e15b310
wsapi_v2.json
@@ -1,6 +1,37 @@
1
{
2
"basePath": "/v2/",
3
"definitions": {
4
+ "CertDescription": {
5
+ "properties": {
6
+ "CertName": {
7
+ "type": "string"
8
+ },
9
+ "Expires": {
10
11
12
+ "Issuer": {
13
14
15
+ "PEM": {
16
17
18
+ "Serial": {
19
20
21
+ "Subject": {
22
23
+ }
24
25
+ "required": [
26
+ "CertName",
27
+ "Expires",
28
+ "Subject",
29
+ "Issuer",
30
+ "Serial",
31
+ "PEM"
32
+ ],
33
+ "type": "object"
34
35
"CertsAndKeys": {
36
"properties": {
37
"Cert": {
@@ -259,7 +290,7 @@
259
290
260
291
"Certs": {
261
292
"items": {
262
- "type": "string"
293
+ "$ref": "#/definitions/CertDescription"
263
294
},
264
295
"type": "array"
265
296
0 commit comments