We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187281d commit 31ce425Copy full SHA for 31ce425
schemas/v3.0/schema.json
@@ -1358,9 +1358,8 @@
1358
"description": "Bearer",
1359
"properties": {
1360
"scheme": {
1361
- "enum": [
1362
- "bearer"
1363
- ]
+ "type": "string",
+ "pattern": "^[Bb][Ee][Aa][Rr][Ee][Rr]$"
1364
}
1365
1366
},
@@ -1374,9 +1373,8 @@
1374
1373
1375
1376
"not": {
1377
1378
1379
1380
1381
1382
0 commit comments