Skip to content

Commit

Permalink
fix(rulesets): use uri-reference for oauth security schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
JurianArie committed Jul 10, 2024
1 parent 048924d commit 2a27331
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/rulesets/src/oas/schemas/oas/v3.1/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1138,11 +1138,11 @@
"properties": {
"authorizationUrl": {
"type": "string",
"format": "uri"
"format": "uri-reference"
},
"refreshUrl": {
"type": "string",
"format": "uri"
"format": "uri-reference"
},
"scopes": {
"$ref": "#/$defs/map-of-strings"
Expand All @@ -1157,11 +1157,11 @@
"properties": {
"tokenUrl": {
"type": "string",
"format": "uri"
"format": "uri-reference"
},
"refreshUrl": {
"type": "string",
"format": "uri"
"format": "uri-reference"
},
"scopes": {
"$ref": "#/$defs/map-of-strings"
Expand All @@ -1176,11 +1176,11 @@
"properties": {
"tokenUrl": {
"type": "string",
"format": "uri"
"format": "uri-reference"
},
"refreshUrl": {
"type": "string",
"format": "uri"
"format": "uri-reference"
},
"scopes": {
"$ref": "#/$defs/map-of-strings"
Expand All @@ -1195,15 +1195,15 @@
"properties": {
"authorizationUrl": {
"type": "string",
"format": "uri"
"format": "uri-reference"
},
"tokenUrl": {
"type": "string",
"format": "uri"
"format": "uri-reference"
},
"refreshUrl": {
"type": "string",
"format": "uri"
"format": "uri-reference"
},
"scopes": {
"$ref": "#/$defs/map-of-strings"
Expand Down

0 comments on commit 2a27331

Please sign in to comment.