Skip to content

Commit 0587ddb

Browse files
authored
Merge pull request #48 from BearDimonR/master
add ability to add references to the schema type
2 parents a534d80 + 05ad42f commit 0587ddb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

types/componentObject.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"integer",
7878
"boolean",
7979
"array",
80-
"object"
80+
"object",
81+
"reference"
8182
]
8283
},
8384
"anyParameter": {

types/operationObject.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
"integer",
8484
"boolean",
8585
"array",
86-
"object"
86+
"object",
87+
"reference"
8788
]
8889
},
8990
"anyParameter": {

0 commit comments

Comments
 (0)