Skip to content

Commit

Permalink
Catchup v3.0 schemas with #2706
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed Sep 29, 2021
1 parent 4ed0008 commit 0f78803
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions schemas/v3.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1358,9 +1358,8 @@
"description": "Bearer",
"properties": {
"scheme": {
"enum": [
"bearer"
]
"type": "string",
"pattern": "^[Bb][Ee][Aa][Rr][Ee][Rr]$"
}
}
},
Expand All @@ -1374,9 +1373,8 @@
"properties": {
"scheme": {
"not": {
"enum": [
"bearer"
]
"type": "string",
"pattern": "^[Bb][Ee][Aa][Rr][Ee][Rr]$"
}
}
}
Expand Down

0 comments on commit 0f78803

Please sign in to comment.