Skip to content

Commit 757ab7b

Browse files
committed
Add schemeName property to MinimalPermissionsPlugin config v1.3 and remove from v1.2
1 parent 3d209c2 commit 757ab7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

schemas/v1.2.0/minimalpermissionsplugin.schema.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
"apiSpecsFolderPath": {
1111
"type": "string",
1212
"description": "Relative or absolute path to the folder with API specs. Used to determine minimal permissions required for API calls."
13-
},
14-
"schemeName": {
15-
"type": "string",
16-
"description": "The name of the security scheme definition. Used to determine minimal permissions required for API calls."
1713
}
1814
},
1915
"required": [

schemas/v1.3.0/minimalpermissionsplugin.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"apiSpecsFolderPath": {
1111
"type": "string",
1212
"description": "Relative or absolute path to the folder with API specs. Used to determine minimal permissions required for API calls."
13+
},
14+
"schemeName": {
15+
"type": "string",
16+
"description": "The name of the security scheme definition. Used to determine minimal permissions required for API calls."
1317
}
1418
},
1519
"required": [

0 commit comments

Comments
 (0)