Skip to content

Commit fcbe486

Browse files
feat: updates ActorType to include Software-Assisted
Co-authored-by: Eddie Knight <[email protected]> Signed-off-by: Jennifer Power <[email protected]>
1 parent d6afdec commit fcbe486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/base.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import "time"
3535
}
3636

3737
// ActorType specifies what entity is interacting in the workflow.
38-
#ActorType: "Human" | "Software" @go(-)
38+
#ActorType: "Human" | "Software" | "Software-Assisted" @go(-)
3939

4040
// Email represents a validated email address pattern
4141
#Email: =~"^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,}$"

0 commit comments

Comments
 (0)