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.
1 parent 373a374 commit c7f0c47Copy full SHA for c7f0c47
tests/schema/pass/media-type-examples.yaml
@@ -53,6 +53,26 @@ paths:
53
type: string
54
xml:
55
attribute: true
56
+ elementNode:
57
+ $ref: "#/components/schemas/Pet"
58
+ xml:
59
+ nodeType: element
60
+ attributeNode:
61
+ type: string
62
63
+ nodeType: attribute
64
+ textNode:
65
66
67
+ nodeType: text
68
+ cdataNode:
69
70
71
+ nodeType: cdata
72
+ noneNode:
73
+ type: object
74
75
+ nodeType: none
76
application/x-www-form-urlencoded:
77
schema:
78
type: object
0 commit comments