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 792efcc commit e330609Copy full SHA for e330609
src/oas.md
@@ -3259,6 +3259,7 @@ However, implementations SHOULD handle `null` values as follows:
3259
3260
* For elements, produce an empty element with an `xsi:nil="true"` attribute.
3261
* For attributes, omit the attribute.
3262
+* For text and CDATA sections, see [Appendix B](#appendix-b-data-type-conversion) for a discussion of serializing non-text values to text
3263
3264
Note that for attributes, this makes either a `null` value or a missing property serialize to an omitted attribute.
3265
As the Schema Object validates the in-memory representation, this allows handling the combination of `null` and a required property.
0 commit comments