Skip to content

Commit 1a300fe

Browse files
committed
Rename permissionsToIgnore to permissionsToExclude for GraphMinimalPermissionsGuidancePlugin schema
1 parent d497d00 commit 1a300fe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

schemas/v1.0.0/graphminimalpermissionsguidanceplugin.schema.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
"type": "string",
88
"description": "Reference to the JSON schema definition."
99
},
10-
"permissionsToIgnore": {
10+
"permissionsToExclude": {
1111
"type": "array",
12-
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
1312
"items": {
1413
"type": "string"
15-
}
14+
},
15+
"description": "The scopes to ignore and not include in the report. Default: ['profile', 'openid', 'offline_access', 'email'].",
16+
"default": ["profile", "openid", "offline_access", "email"]
1617
}
1718
},
1819
"additionalProperties": false

0 commit comments

Comments
 (0)