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.2/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 :
@@ -319,7 +319,7 @@ $defs:
319319 type : string
320320 url :
321321 type : string
322- format : uri
322+ format : uri-reference
323323 required :
324324 - url
325325 $ref : ' #/$defs/specification-extensions'
@@ -620,7 +620,7 @@ $defs:
620620 value : true
621621 externalValue :
622622 type : string
623- format : uri
623+ format : uri-reference
624624 not :
625625 required :
626626 - value
@@ -864,7 +864,7 @@ $defs:
864864 properties :
865865 openIdConnectUrl :
866866 type : string
867- format : uri
867+ format : uri-reference
868868 required :
869869 - openIdConnectUrl
870870
@@ -900,10 +900,10 @@ $defs:
900900 properties :
901901 authorizationUrl :
902902 type : string
903- format : uri
903+ format : uri-reference
904904 refreshUrl :
905905 type : string
906- format : uri
906+ format : uri-reference
907907 scopes :
908908 $ref : ' #/$defs/map-of-strings'
909909 required :
@@ -917,10 +917,10 @@ $defs:
917917 properties :
918918 tokenUrl :
919919 type : string
920- format : uri
920+ format : uri-reference
921921 refreshUrl :
922922 type : string
923- format : uri
923+ format : uri-reference
924924 scopes :
925925 $ref : ' #/$defs/map-of-strings'
926926 required :
@@ -934,10 +934,10 @@ $defs:
934934 properties :
935935 tokenUrl :
936936 type : string
937- format : uri
937+ format : uri-reference
938938 refreshUrl :
939939 type : string
940- format : uri
940+ format : uri-reference
941941 scopes :
942942 $ref : ' #/$defs/map-of-strings'
943943 required :
@@ -951,13 +951,13 @@ $defs:
951951 properties :
952952 authorizationUrl :
953953 type : string
954- format : uri
954+ format : uri-reference
955955 tokenUrl :
956956 type : string
957- format : uri
957+ format : uri-reference
958958 refreshUrl :
959959 type : string
960- format : uri
960+ format : uri-reference
961961 scopes :
962962 $ref : ' #/$defs/map-of-strings'
963963 required :
You can’t perform that action at this time.
0 commit comments