Skip to content

Commit 2f74ad8

Browse files
bvdhisaacvetter
andauthored
Update docs/specification/current.md
Co-authored-by: Isaac Vetter <[email protected]>
1 parent f176698 commit 2f74ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/current.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All data exchanged through production RESTful APIs MUST be sent and received as
1919
* JSON elements SHALL NOT be null, unless otherwise specified.
2020
* JSON elements SHALL NOT be empty, unless otherwise specified (e.g. to indicate [no guidance with an empty array of cards](#http-response) in the CDS Hooks response).
2121

22-
If a JSON attribute is defined as OPTIONAL, and does not have a value, implementers MUST omit it. For instance, OPTIONAL JSON string and array attributes must be omitted rather than having a null or empty value.
22+
If a JSON attribute is defined as OPTIONAL, and does not have a value, implementers MUST omit it. For instance, OPTIONAL JSON string and array attributes are omitted rather than having a null or empty value.
2323

2424
Unless otherwise specified, JSON attribute values SHALL NOT be null or empty, so `null`, `""`, `[]`, or `{}` are prohibited. If a JSON attribute is defined with as OPTIONAL, and does not have a value, implementers SHALL omit it.
2525

0 commit comments

Comments
 (0)