Team
Team inputs allow users to select a Port team.
Common usage
The team input type can be used for:
- Assigning team ownership
- Specifying responsible teams
- Setting notification targets
- Access control assignments
Definition
- Basic
- Array
{
"owningTeam": {
"title": "Owning Team",
"description": "Team responsible for this resource",
"type": "string",
"format": "team"
}
}
{
"notifyTeams": {
"title": "Teams to Notify",
"description": "Teams that should be notified",
"type": "array",
"items": {
"type": "string",
"format": "team"
}
}
}
Properties
| Property | Type | Description |
|---|---|---|
type | "string" | Required. Must be "string" |
format | "team" | Required. Must be "team" |
default | string | Default team name |