Skip to content

Commit 12df956

Browse files
committed
Add negative nodeType schema tests
1 parent c7f0c47 commit 12df956

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
openapi: 3.2.0
2+
info:
3+
title: API
4+
version: 1.0.0
5+
components:
6+
schemas:
7+
List:
8+
type: array
9+
xml:
10+
wrapped: true
11+
nodeType: element

0 commit comments

Comments
 (0)