File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
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 :
You can’t perform that action at this time.
0 commit comments