Skip to content

Commit

Permalink
Catchup v3.0 schemas with OAI#2673
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed Sep 28, 2021
1 parent 48dfcf7 commit 583674e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions schemas/v3.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,8 @@
"PasswordOAuthFlow": {
"type": "object",
"required": [
"tokenUrl"
"tokenUrl",
"scopes"
],
"properties": {
"tokenUrl": {
Expand All @@ -1516,7 +1517,8 @@
"ClientCredentialsFlow": {
"type": "object",
"required": [
"tokenUrl"
"tokenUrl",
"scopes"
],
"properties": {
"tokenUrl": {
Expand Down Expand Up @@ -1544,7 +1546,8 @@
"type": "object",
"required": [
"authorizationUrl",
"tokenUrl"
"tokenUrl",
"scopes"
],
"properties": {
"authorizationUrl": {
Expand Down

0 comments on commit 583674e

Please sign in to comment.