Skip to content

Commit 39c3571

Browse files
authored
Adjust uri to uri-reference for security schema fixed fields
1 parent a922855 commit 39c3571

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

schemas/v3.1/schema.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -881,10 +881,10 @@ $defs:
881881
properties:
882882
tokenUrl:
883883
type: string
884-
format: uri
884+
format: uri-reference
885885
refreshUrl:
886886
type: string
887-
format: uri
887+
format: uri-reference
888888
scopes:
889889
$ref: '#/$defs/map-of-strings'
890890
required:
@@ -898,10 +898,10 @@ $defs:
898898
properties:
899899
tokenUrl:
900900
type: string
901-
format: uri
901+
format: uri-reference
902902
refreshUrl:
903903
type: string
904-
format: uri
904+
format: uri-reference
905905
scopes:
906906
$ref: '#/$defs/map-of-strings'
907907
required:
@@ -915,13 +915,13 @@ $defs:
915915
properties:
916916
authorizationUrl:
917917
type: string
918-
format: uri
918+
format: uri-reference
919919
tokenUrl:
920920
type: string
921-
format: uri
921+
format: uri-reference
922922
refreshUrl:
923923
type: string
924-
format: uri
924+
format: uri-reference
925925
scopes:
926926
$ref: '#/$defs/map-of-strings'
927927
required:

0 commit comments

Comments
 (0)