File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
internal/schemavalidators/external_schemas/runnercontext Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 103103 },
104104 "type" : " array" ,
105105 "description" : " Array of context variables"
106+ },
107+ "bypass_configuration" : {
108+ "items" : {
109+ "properties" : {
110+ "actor_id" : {
111+ "type" : " integer" ,
112+ "description" : " The ID of the actor allowed to bypass"
113+ },
114+ "actor_type" : {
115+ "type" : " string" ,
116+ "description" : " The type of the actor allowed to bypass (e.g."
117+ },
118+ "bypass_mode" : {
119+ "type" : " string" ,
120+ "description" : " The bypass mode (e.g."
121+ },
122+ "actor_name" : {
123+ "type" : " string" ,
124+ "description" : " Human-readable name of the actor"
125+ },
126+ "actor_login" : {
127+ "type" : " string" ,
128+ "description" : " Login or username of the actor (if applicable)"
129+ },
130+ "actor_metadata" : {
131+ "additionalProperties" : {
132+ "type" : " string"
133+ },
134+ "type" : " object" ,
135+ "description" : " Provider-specific metadata about the actor"
136+ }
137+ },
138+ "additionalProperties" : false ,
139+ "type" : " object"
140+ },
141+ "type" : " array" ,
142+ "description" : " Configuration for bypassing the rule"
106143 }
107144 },
108145 "additionalProperties" : false ,
You can’t perform that action at this time.
0 commit comments