diff --git a/examples/phase-prd.yaml b/examples/phase-prd.yaml index ef23f36..bcb774c 100644 --- a/examples/phase-prd.yaml +++ b/examples/phase-prd.yaml @@ -10,7 +10,7 @@ phase: "Phase 1 — Example Phase Name" stakeholders: - role: "Technical Owner" handle: "@handle" - - role: "Technical Owner Understudy" + - role: "Alternate Technical Owner" handle: "@handle" state: diff --git a/prd.cue b/prd.cue index 94adf90..d07f67d 100644 --- a/prd.cue +++ b/prd.cue @@ -3,7 +3,7 @@ package prds #SchemaVersion: =~"^[0-9]+\\.[0-9]+\\.[0-9]+$" #Date: =~"^[0-9]{4}-[0-9]{2}-[0-9]{2}$" -#StakeholderRole: "Product Owner" | "Requestor" | "Stakeholder Representative" | "Technical Owner" | "Technical Owner Understudy" +#StakeholderRole: "Product Owner" | "Requestor" | "Stakeholder Representative" | "Technical Owner" | "Alternate Technical Owner" #Stakeholder: { role: #StakeholderRole