Skip to content

Commit 59c03ae

Browse files
committed
make more complex
1 parent a895d41 commit 59c03ae

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

test/schemas/complex-typeArray.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@
4444
},
4545
"otherBooleanThing": {
4646
"type": "boolean"
47+
},
48+
"mode": {
49+
"anyOf": [
50+
{
51+
"type": "null"
52+
},
53+
{
54+
"type": "string",
55+
"enum": ["header", "parameter", "cookie"],
56+
"default": "header"
57+
}
58+
],
59+
"description": "From which part of the request the token should be extracted. Possible values are 'header', 'parameter', 'cookie'.",
60+
"default": "header"
4761
}
4862
}
4963
}

0 commit comments

Comments
 (0)