Skip to content

Commit 9eb3206

Browse files
authored
fixing auth json typo in def name (#453) (#454)
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent fb9bacf commit 9eb3206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/auth.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
{
5858
"title": "Bearer Auth Info State",
59-
"$ref": "#/definitions/beareripropsdef"
59+
"$ref": "#/definitions/bearerpropsdef"
6060
},
6161
{
6262
"title": "OAuth2 Info",
@@ -102,7 +102,7 @@
102102
}
103103
]
104104
},
105-
"beareripropsdef": {
105+
"bearerpropsdef": {
106106
"oneOf": [
107107
{
108108
"type": "string",

0 commit comments

Comments
 (0)