Skip to content

Commit 21d0a85

Browse files
committed
Punctuation per style guide
1 parent 8f03154 commit 21d0a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3469,8 +3469,8 @@ XML does not, by default, have a concept equivalent to `null`, and to preserve c
34693469

34703470
However, implementations SHOULD handle `null` values as follows:
34713471

3472-
* For elements, produce an empty element with an `xsi:nil="true"` attribute
3473-
* For attributes, omit the attribute
3472+
* For elements, produce an empty element with an `xsi:nil="true"` attribute.
3473+
* For attributes, omit the attribute.
34743474

34753475
Note that for attributes, this makes either a `null` value or a missing property serialize to an omitted attribute.
34763476
As the Schema Object validates the in-memory representation, this allows handling the combination of `null` and a required property.

0 commit comments

Comments
 (0)