Skip to content

Commit 01fffe7

Browse files
authored
chore(runner-context): Update JSON Schema (#2614)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 3265093 commit 01fffe7

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

internal/schemavalidators/external_schemas/runnercontext/runner-context-response-0.1.schema.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@
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,
@@ -199,6 +206,13 @@
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,
@@ -276,6 +290,13 @@
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,
@@ -343,6 +364,13 @@
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,

0 commit comments

Comments
 (0)