Skip to content

Commit 96c8b82

Browse files
elenaizaguirrepetermetz
authored andcommitted
fix(core-api): modifications in openapi specs
Modifies definition of schemas GetKeychainEntryRequestV1 and DeleteKeychainEntryRequest to add option additionalProperties=false to them. Modifies definition of schemas GetKeychainEntryResponseV1 and DeleteKeychainEntryResponseV1 to remove option additionalProperties=false. Signed-off-by: Elena Izaguirre <[email protected]>
1 parent 336a024 commit 96c8b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cactus-core-api/src/main/json/openapi.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@
527527
"required": [
528528
"key"
529529
],
530+
"additionalProperties": false,
530531
"properties": {
531532
"key": {
532533
"type": "string",
@@ -543,7 +544,6 @@
543544
"key",
544545
"value"
545546
],
546-
"additionalProperties": false,
547547
"properties": {
548548
"key": {
549549
"type": "string",
@@ -605,6 +605,7 @@
605605
"required": [
606606
"key"
607607
],
608+
"additionalProperties": false,
608609
"properties": {
609610
"key": {
610611
"type": "string",
@@ -620,7 +621,6 @@
620621
"required": [
621622
"key"
622623
],
623-
"additionalProperties": false,
624624
"properties": {
625625
"key": {
626626
"type": "string",

0 commit comments

Comments
 (0)