Skip to content

Commit 9b392a6

Browse files
committed
chore: updates test files for security scheme references
Signed-off-by: Vincent Biret <[email protected]>
1 parent 4aad962 commit 9b392a6

8 files changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$ref": "mySecurityScheme"
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "apiKey",
3+
"name": "X-API-Key",
4+
"in": "header"
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"$ref":"mySecurityScheme"}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"type":"apiKey","name":"X-API-Key","in":"header"}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$ref": "mySecurityScheme"
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "apiKey",
3+
"name": "X-API-Key",
4+
"in": "header"
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"$ref":"mySecurityScheme"}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"type":"apiKey","name":"X-API-Key","in":"header"}

0 commit comments

Comments
 (0)