Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
Loading