We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
null
1 parent e7324a7 commit 9adf222Copy full SHA for 9adf222
src/oas.md
@@ -3152,6 +3152,7 @@ However, implementations SHOULD handle `null` values as follows:
3152
3153
* For elements, produce an empty element with an `xsi:nil="true"` attribute.
3154
* For attributes, omit the attribute.
3155
+* For text and CDATA sections, see [Appendix B](#appendix-b-data-type-conversion) for a discussion of serializing non-text values to text
3156
3157
Note that for attributes, this makes either a `null` value or a missing property serialize to an omitted attribute.
3158
As the Schema Object validates the in-memory representation, this allows handling the combination of `null` and a required property.
0 commit comments