Skip to content

Commit a3cea27

Browse files
authored
Add securityContext entry to 0.2 schema (#5295)
## Change Adds the `securityContext` directive to the 0.2 schema.
1 parent 9171097 commit a3cea27

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schemas/JSON/configuration/configuration.schema.0.2.json

+5
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
"allowPrerelease": {
7474
"type": "boolean",
7575
"description": "Enable using prerelease modules."
76+
},
77+
"securityContext": {
78+
"type": "string",
79+
"enum": [ "current", "restricted", "elevated" ],
80+
"description": "Provides an indication of the security context in which the configuration unit should be run."
7681
}
7782
},
7883
"additionalProperties": true,

0 commit comments

Comments
 (0)