diff --git a/internal/schemavalidators/external_schemas/runnercontext/runner-context-response-0.1.schema.json b/internal/schemavalidators/external_schemas/runnercontext/runner-context-response-0.1.schema.json index f084c8867..8acfb55de 100644 --- a/internal/schemavalidators/external_schemas/runnercontext/runner-context-response-0.1.schema.json +++ b/internal/schemavalidators/external_schemas/runnercontext/runner-context-response-0.1.schema.json @@ -95,6 +95,13 @@ "enabled": { "type": "string", "description": "Context variable enabled state" + }, + "members": { + "items": { + "type": "string" + }, + "type": "array", + "description": "Team member logins (only populated for team contexts)" } }, "additionalProperties": false, @@ -199,6 +206,13 @@ "enabled": { "type": "string", "description": "Context variable enabled state" + }, + "members": { + "items": { + "type": "string" + }, + "type": "array", + "description": "Team member logins (only populated for team contexts)" } }, "additionalProperties": false, @@ -276,6 +290,13 @@ "enabled": { "type": "string", "description": "Context variable enabled state" + }, + "members": { + "items": { + "type": "string" + }, + "type": "array", + "description": "Team member logins (only populated for team contexts)" } }, "additionalProperties": false, @@ -343,6 +364,13 @@ "enabled": { "type": "string", "description": "Context variable enabled state" + }, + "members": { + "items": { + "type": "string" + }, + "type": "array", + "description": "Team member logins (only populated for team contexts)" } }, "additionalProperties": false,