Skip to content
2 changes: 1 addition & 1 deletion sdk/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ type attributeObject struct {
KasURL string `json:"kasURL"`
}

type policyObject struct {
type PolicyObject struct {
UUID string `json:"uuid"`
Body struct {
DataAttributes []attributeObject `json:"dataAttributes"`
Expand Down
Loading