You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: policy/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ An individual `Policy` object is defined by the following fields:
208
208
|`policy_id`| UUID | Required | Unique ID of policy |
209
209
|`provider_ids`| UUID[]| Optional | Providers for whom this policy is applicable; empty arrays and `null`/absent implies all Providers. See MDS [provider list](/providers.csv). |
210
210
|`description`| String | Required | Description of policy |
211
-
|`currency`| String | Optional | An ISO 4217 Alphabetic Currency Code representing the [currency](../provider#costs--currencies) of all Rules of [type](#rule-types)`rate`.|
211
+
|`currency`| String | Optional | An ISO 4217 Alphabetic Currency Code representing the [currency](../general-information.md#costs-and-currencies) of all Rules of [type](#rule-types)`rate`.|
212
212
|`start_date`|[timestamp][ts]| Required | Beginning date/time of policy enforcement |
213
213
|`end_date`|[timestamp][ts]| Optional | End date/time of policy enforcement |
214
214
|`published_date`|[timestamp][ts]| Required | Timestamp that the policy was published |
0 commit comments