You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/oas.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3213,7 +3213,7 @@ Except for the special value `none`, these values have numeric equivalents in th
3213
3213
* `attribute` (2): The schema represents an attribute and describes its value
3214
3214
* `text` (3): The schema represents a text node (parsed character data)
3215
3215
* `cdata` (4): The schema represents a CDATA section
3216
-
* `none`: The schema does not correspond to any node in the XML document, and its contents are included directly under the parent schema's node
3216
+
* `none`: The schema does not correspond to any node in the XML document, and the nodes corresponding to its subschema(s) are included directly under its parent schema's node
3217
3217
3218
3218
The `none` type is useful for JSON Schema constructs that require more Schema Objects than XML nodes, such as a schema containing only `$ref` that exists to facilitate re-use rather than imply any structure.
0 commit comments