Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
Rename xml attribute for setparam (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhaj10p authored and anweiss committed Dec 26, 2018
1 parent 745a505 commit a159bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/oscal/profile/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type Exclude struct {

// A parameter setting, to be propagated to points of insertion
type SetParam struct {
Id string `xml:"id,attr,omitempty" json:"id,omitempty"`
Id string `xml:"param-id,attr,omitempty" json:"id,omitempty"`
Class string `xml:"class,attr,omitempty" json:"class,omitempty"`
DependsOn string `xml:"depends-on,attr,omitempty" json:"dependsOn,omitempty"`
Label catalog.Label `xml:"label,omitempty" json:"label,omitempty"`
Expand Down

0 comments on commit a159bde

Please sign in to comment.