File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ properties:
1212 $ref : ' #/$defs/info'
1313 jsonSchemaDialect :
1414 type : string
15- format : uri
15+ format : uri-reference
1616 default : ' https://spec.openapis.org/oas/3.1/dialect/WORK-IN-PROGRESS'
1717 servers :
1818 type : array
6464 type : string
6565 termsOfService :
6666 type : string
67- format : uri
67+ format : uri-reference
6868 contact :
6969 $ref : ' #/$defs/contact'
7070 license :
8585 type : string
8686 url :
8787 type : string
88- format : uri
88+ format : uri-reference
8989 email :
9090 type : string
9191 format : email
@@ -102,7 +102,7 @@ $defs:
102102 type : string
103103 url :
104104 type : string
105- format : uri
105+ format : uri-reference
106106 required :
107107 - name
108108 dependentSchemas :
@@ -297,7 +297,7 @@ $defs:
297297 type : string
298298 url :
299299 type : string
300- format : uri
300+ format : uri-reference
301301 required :
302302 - url
303303 $ref : ' #/$defs/specification-extensions'
@@ -598,7 +598,7 @@ $defs:
598598 value : true
599599 externalValue :
600600 type : string
601- format : uri
601+ format : uri-reference
602602 not :
603603 required :
604604 - value
@@ -830,7 +830,7 @@ $defs:
830830 properties :
831831 openIdConnectUrl :
832832 type : string
833- format : uri
833+ format : uri-reference
834834 required :
835835 - openIdConnectUrl
836836
@@ -864,10 +864,10 @@ $defs:
864864 properties :
865865 authorizationUrl :
866866 type : string
867- format : uri
867+ format : uri-reference
868868 refreshUrl :
869869 type : string
870- format : uri
870+ format : uri-reference
871871 scopes :
872872 $ref : ' #/$defs/map-of-strings'
873873 required :
@@ -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 :
You can’t perform that action at this time.
0 commit comments