File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
internal/schemavalidators/external_schemas/runnercontext Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 9595 "enabled" : {
9696 "type" : " string" ,
9797 "description" : " Context variable enabled state"
98+ },
99+ "members" : {
100+ "items" : {
101+ "type" : " string"
102+ },
103+ "type" : " array" ,
104+ "description" : " Team member logins (only populated for team contexts)"
98105 }
99106 },
100107 "additionalProperties" : false ,
199206 "enabled" : {
200207 "type" : " string" ,
201208 "description" : " Context variable enabled state"
209+ },
210+ "members" : {
211+ "items" : {
212+ "type" : " string"
213+ },
214+ "type" : " array" ,
215+ "description" : " Team member logins (only populated for team contexts)"
202216 }
203217 },
204218 "additionalProperties" : false ,
276290 "enabled" : {
277291 "type" : " string" ,
278292 "description" : " Context variable enabled state"
293+ },
294+ "members" : {
295+ "items" : {
296+ "type" : " string"
297+ },
298+ "type" : " array" ,
299+ "description" : " Team member logins (only populated for team contexts)"
279300 }
280301 },
281302 "additionalProperties" : false ,
343364 "enabled" : {
344365 "type" : " string" ,
345366 "description" : " Context variable enabled state"
367+ },
368+ "members" : {
369+ "items" : {
370+ "type" : " string"
371+ },
372+ "type" : " array" ,
373+ "description" : " Team member logins (only populated for team contexts)"
346374 }
347375 },
348376 "additionalProperties" : false ,
You can’t perform that action at this time.
0 commit comments