Skip to content

Commit

Permalink
Fix #328 In create policy, the response should contain dataRetentionP…
Browse files Browse the repository at this point in the history
…eriodDays field
  • Loading branch information
albinpa authored and georgepadayatti committed Oct 22, 2023
1 parent 7d0ab98 commit 77dee31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/policy/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Policy struct {
Url string `json:"url" valid:"required"`
Jurisdiction string `json:"jurisdiction"`
IndustrySector string `json:"industrySector"`
DataRetentionPeriodDays int `json:"dataRetentionPeriod"`
DataRetentionPeriodDays int `json:"dataRetentionPeriodDays"`
GeographicRestriction string `json:"geographicRestriction"`
StorageLocation string `json:"storageLocation"`
ThirdPartyDataSharing string `json:"thirdPartyDataSharing"`
Expand Down

0 comments on commit 77dee31

Please sign in to comment.