File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ func (p *PRRApprovals) AddPRRApproval(prrApproval *PRRApproval) {
34
34
}
35
35
36
36
type PRRApproval struct {
37
- Number string `json:"kep-number " yaml:"kep-number" validate:"required"`
37
+ Number string `json:"kepNumber " yaml:"kep-number" validate:"required"`
38
38
39
39
// TODO: Need to validate these milestone pointers are not nil
40
40
Alpha * PRRMilestone `json:"alpha" yaml:"alpha,omitempty"`
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ type Proposal struct {
97
97
Name string `json:"name,omitempty"`
98
98
99
99
Title string `json:"title" yaml:"title" validate:"required"`
100
- Number string `json:"kep-number " yaml:"kep-number" validate:"required"`
100
+ Number string `json:"kepNumber " yaml:"kep-number" validate:"required"`
101
101
Authors []string `json:"authors" yaml:",flow" validate:"required"`
102
102
OwningSIG string `json:"owningSig" yaml:"owning-sig" validate:"required"`
103
103
ParticipatingSIGs []string `json:"participatingSigs" yaml:"participating-sigs,flow,omitempty"`
You can’t perform that action at this time.
0 commit comments