We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f0c47 commit 12df956Copy full SHA for 12df956
2 files changed
tests/schema/fail/xml-attr-exclusion.yaml
@@ -0,0 +1,11 @@
1
+openapi: 3.2.0
2
+info:
3
+ title: API
4
+ version: 1.0.0
5
+components:
6
+ schemas:
7
+ Attr:
8
+ type: string
9
+ xml:
10
+ attribute: true
11
+ nodeType: attribute
tests/schema/fail/xml-wrapped-exclusion.yaml
+ List:
+ type: array
+ wrapped: true
+ nodeType: element
0 commit comments