Skip to content

Commit 0f78803

Browse files
committed
Catchup v3.0 schemas with #2706
1 parent 4ed0008 commit 0f78803

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

schemas/v3.0/schema.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -1358,9 +1358,8 @@
13581358
"description": "Bearer",
13591359
"properties": {
13601360
"scheme": {
1361-
"enum": [
1362-
"bearer"
1363-
]
1361+
"type": "string",
1362+
"pattern": "^[Bb][Ee][Aa][Rr][Ee][Rr]$"
13641363
}
13651364
}
13661365
},
@@ -1374,9 +1373,8 @@
13741373
"properties": {
13751374
"scheme": {
13761375
"not": {
1377-
"enum": [
1378-
"bearer"
1379-
]
1376+
"type": "string",
1377+
"pattern": "^[Bb][Ee][Aa][Rr][Ee][Rr]$"
13801378
}
13811379
}
13821380
}

0 commit comments

Comments
 (0)