File tree Expand file tree Collapse file tree 2 files changed +36
-12
lines changed Expand file tree Collapse file tree 2 files changed +36
-12
lines changed Original file line number Diff line number Diff line change 87
87
"type" : " string"
88
88
},
89
89
"termsOfService" : {
90
- "type" : " string"
90
+ "type" : " string" ,
91
+ "format" : " uri"
91
92
},
92
93
"contact" : {
93
94
"$ref" : " #/$defs/contact"
114
115
"type" : " string"
115
116
},
116
117
"url" : {
117
- "type" : " string"
118
+ "type" : " string" ,
119
+ "format" : " uri"
118
120
},
119
121
"email" : {
120
- "type" : " string"
122
+ "type" : " string" ,
123
+ "format" : " email"
121
124
}
122
125
},
123
126
"$ref" : " #/$defs/specification-extensions" ,
1284
1287
"type" : " object" ,
1285
1288
"properties" : {
1286
1289
"authorizationUrl" : {
1287
- "type" : " string"
1290
+ "type" : " string" ,
1291
+ "format" : " uri"
1288
1292
},
1289
1293
"refreshUrl" : {
1290
- "type" : " string"
1294
+ "type" : " string" ,
1295
+ "format" : " uri"
1291
1296
},
1292
1297
"scopes" : {
1293
1298
"$ref" : " #/$defs/map-of-strings"
1304
1309
"type" : " object" ,
1305
1310
"properties" : {
1306
1311
"tokenUrl" : {
1307
- "type" : " string"
1312
+ "type" : " string" ,
1313
+ "format" : " uri"
1308
1314
},
1309
1315
"refreshUrl" : {
1310
- "type" : " string"
1316
+ "type" : " string" ,
1317
+ "format" : " uri"
1311
1318
},
1312
1319
"scopes" : {
1313
1320
"$ref" : " #/$defs/map-of-strings"
1324
1331
"type" : " object" ,
1325
1332
"properties" : {
1326
1333
"tokenUrl" : {
1327
- "type" : " string"
1334
+ "type" : " string" ,
1335
+ "format" : " uri"
1328
1336
},
1329
1337
"refreshUrl" : {
1330
- "type" : " string"
1338
+ "type" : " string" ,
1339
+ "format" : " uri"
1331
1340
},
1332
1341
"scopes" : {
1333
1342
"$ref" : " #/$defs/map-of-strings"
1344
1353
"type" : " object" ,
1345
1354
"properties" : {
1346
1355
"authorizationUrl" : {
1347
- "type" : " string"
1356
+ "type" : " string" ,
1357
+ "format" : " uri"
1348
1358
},
1349
1359
"tokenUrl" : {
1350
- "type" : " string"
1360
+ "type" : " string" ,
1361
+ "format" : " uri"
1351
1362
},
1352
1363
"refreshUrl" : {
1353
- "type" : " string"
1364
+ "type" : " string" ,
1365
+ "format" : " uri"
1354
1366
},
1355
1367
"scopes" : {
1356
1368
"$ref" : " #/$defs/map-of-strings"
Original file line number Diff line number Diff line change 60
60
type : string
61
61
termsOfService :
62
62
type : string
63
+ format : uri
63
64
contact :
64
65
$ref : ' #/$defs/contact'
65
66
license :
@@ -80,8 +81,10 @@ $defs:
80
81
type : string
81
82
url :
82
83
type : string
84
+ format : uri
83
85
email :
84
86
type : string
87
+ format : email
85
88
$ref : ' #/$defs/specification-extensions'
86
89
unevaluatedProperties : false
87
90
@@ -879,8 +882,10 @@ $defs:
879
882
properties :
880
883
authorizationUrl :
881
884
type : string
885
+ format : uri
882
886
refreshUrl :
883
887
type : string
888
+ format : uri
884
889
scopes :
885
890
$ref : ' #/$defs/map-of-strings'
886
891
required :
@@ -894,8 +899,10 @@ $defs:
894
899
properties :
895
900
tokenUrl :
896
901
type : string
902
+ format : uri
897
903
refreshUrl :
898
904
type : string
905
+ format : uri
899
906
scopes :
900
907
$ref : ' #/$defs/map-of-strings'
901
908
required :
@@ -909,8 +916,10 @@ $defs:
909
916
properties :
910
917
tokenUrl :
911
918
type : string
919
+ format : uri
912
920
refreshUrl :
913
921
type : string
922
+ format : uri
914
923
scopes :
915
924
$ref : ' #/$defs/map-of-strings'
916
925
required :
@@ -924,10 +933,13 @@ $defs:
924
933
properties :
925
934
authorizationUrl :
926
935
type : string
936
+ format : uri
927
937
tokenUrl :
928
938
type : string
939
+ format : uri
929
940
refreshUrl :
930
941
type : string
942
+ format : uri
931
943
scopes :
932
944
$ref : ' #/$defs/map-of-strings'
933
945
required :
You can’t perform that action at this time.
0 commit comments