Skip to content

Commit 29ed135

Browse files
OAS Update
1 parent 63c68f4 commit 29ed135

File tree

1 file changed

+17
-27
lines changed

1 file changed

+17
-27
lines changed

services/secrets-manager/v1/secrets-manager.json

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"id": {
1111
"description": "A auto generated unique id which identifies the acl.",
12+
"format": "uuid",
1213
"type": "string"
1314
}
1415
},
@@ -100,6 +101,7 @@
100101
},
101102
"id": {
102103
"description": "A auto generated unique id which identifies the secrets manager instances.",
104+
"format": "uuid",
103105
"type": "string"
104106
},
105107
"kmsKey": {
@@ -286,6 +288,7 @@
286288
},
287289
"id": {
288290
"description": "A auto generated unique id which identifies the users.",
291+
"format": "uuid",
289292
"type": "string"
290293
},
291294
"password": {
@@ -314,7 +317,7 @@
314317
"info": {
315318
"description": "This API provides endpoints for managing the Secrets-Manager.\n",
316319
"title": "STACKIT Secrets Manager API",
317-
"version": "1.4.1"
320+
"version": "1.4.2"
318321
},
319322
"openapi": "3.0.3",
320323
"paths": {
@@ -374,8 +377,7 @@
374377
"required": true,
375378
"schema": {
376379
"format": "uuid",
377-
"type": "string",
378-
"x-go-type": "string"
380+
"type": "string"
379381
}
380382
}
381383
],
@@ -553,8 +555,7 @@
553555
"required": true,
554556
"schema": {
555557
"format": "uuid",
556-
"type": "string",
557-
"x-go-type": "string"
558+
"type": "string"
558559
}
559560
},
560561
{
@@ -564,8 +565,7 @@
564565
"required": true,
565566
"schema": {
566567
"format": "uuid",
567-
"type": "string",
568-
"x-go-type": "string"
568+
"type": "string"
569569
}
570570
}
571571
],
@@ -696,8 +696,7 @@
696696
"required": true,
697697
"schema": {
698698
"format": "uuid",
699-
"type": "string",
700-
"x-go-type": "string"
699+
"type": "string"
701700
}
702701
},
703702
{
@@ -707,8 +706,7 @@
707706
"required": true,
708707
"schema": {
709708
"format": "uuid",
710-
"type": "string",
711-
"x-go-type": "string"
709+
"type": "string"
712710
}
713711
}
714712
],
@@ -976,8 +974,7 @@
976974
"required": true,
977975
"schema": {
978976
"format": "uuid",
979-
"type": "string",
980-
"x-go-type": "string"
977+
"type": "string"
981978
}
982979
},
983980
{
@@ -987,8 +984,7 @@
987984
"required": true,
988985
"schema": {
989986
"format": "uuid",
990-
"type": "string",
991-
"x-go-type": "string"
987+
"type": "string"
992988
}
993989
},
994990
{
@@ -998,8 +994,7 @@
998994
"required": true,
999995
"schema": {
1000996
"format": "uuid",
1001-
"type": "string",
1002-
"x-go-type": "string"
997+
"type": "string"
1003998
}
1004999
}
10051000
],
@@ -1130,8 +1125,7 @@
11301125
"required": true,
11311126
"schema": {
11321127
"format": "uuid",
1133-
"type": "string",
1134-
"x-go-type": "string"
1128+
"type": "string"
11351129
}
11361130
},
11371131
{
@@ -1141,8 +1135,7 @@
11411135
"required": true,
11421136
"schema": {
11431137
"format": "uuid",
1144-
"type": "string",
1145-
"x-go-type": "string"
1138+
"type": "string"
11461139
}
11471140
}
11481141
],
@@ -1340,8 +1333,7 @@
13401333
"required": true,
13411334
"schema": {
13421335
"format": "uuid",
1343-
"type": "string",
1344-
"x-go-type": "string"
1336+
"type": "string"
13451337
}
13461338
},
13471339
{
@@ -1351,8 +1343,7 @@
13511343
"required": true,
13521344
"schema": {
13531345
"format": "uuid",
1354-
"type": "string",
1355-
"x-go-type": "string"
1346+
"type": "string"
13561347
}
13571348
},
13581349
{
@@ -1362,8 +1353,7 @@
13621353
"required": true,
13631354
"schema": {
13641355
"format": "uuid",
1365-
"type": "string",
1366-
"x-go-type": "string"
1356+
"type": "string"
13671357
}
13681358
}
13691359
],

0 commit comments

Comments
 (0)