Skip to content

Commit 0f7bd24

Browse files
Update docs/collections/_policies/json-format.md
Co-authored-by: Kesha Hietala <[email protected]>
1 parent 6df9ff0 commit 0f7bd24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/collections/_policies/json-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,8 @@ JSON representation
599599

600600
### `annotations`
601601

602-
Annotations, if present, must be a JSON object. The keys which must be strings and values which may be strings or the JSON value `null`, correspond to the Cedar annotation keys and values on the policy.
603-
A `null` value corresponds to an annotation without a value (`@shadow_mode`) and is equivalent to the value to `""`.
602+
Annotations, if present, must be a JSON object. The keys must be strings and the values may be strings or the JSON value `null`.
603+
A `null` value corresponds to an annotation without a value (e.g., `@shadow_mode`) and is equivalent to the value `""`.
604604

605605
### JsonExpr objects {#JsonExpr-objects}
606606

0 commit comments

Comments
 (0)