File tree Expand file tree Collapse file tree 2 files changed +1
-73
lines changed Expand file tree Collapse file tree 2 files changed +1
-73
lines changed Original file line number Diff line number Diff line change 12401240 "authorizationCode" : {
12411241 "$ref" : " #/$defs/oauth-flows/$defs/authorization-code"
12421242 }
1243- "ciba" : {
1244- "$ref" : " #/$defs/oauth-flows/$defs/ciba"
1245- }
12461243 },
12471244 "$ref" : " #/$defs/specification-extensions" ,
12481245 "unevaluatedProperties" : false ,
13301327 ],
13311328 "$ref" : " #/$defs/specification-extensions" ,
13321329 "unevaluatedProperties" : false
1333- },
1334- "ciba" : {
1335- "type" : " object" ,
1336- "properties" : {
1337- "authorizationUrl" : {
1338- "type" : " string"
1339- },
1340- "tokenUrl" : {
1341- "type" : " string"
1342- },
1343- "refreshUrl" : {
1344- "type" : " string"
1345- },
1346- "ciba_delivery_modes" : {
1347- "type" : " array" ,
1348- "item" : " string"
1349- },
1350- "ciba_signing_algs" : {
1351- "type" : " array" ,
1352- "item" : " string"
1353- },
1354- "ciba_user_code" :{
1355- "type" : " boolean"
1356- },
1357- "scopes" : {
1358- "$ref" : " #/$defs/map-of-strings"
1359- }
1360- },
1361- "required" : [
1362- " authorizationUrl" ,
1363- " tokenUrl" ,
1364- " ciba_delivery_modes" ,
1365- " ciba_signing_algs" ,
1366- " scopes"
1367- ],
1368- "$ref" : " #/$defs/specification-extensions" ,
1369- "unevaluatedProperties" : false
1370- }
1330+ }
13711331 }
13721332 },
13731333 "security-requirement" : {
Original file line number Diff line number Diff line change @@ -837,8 +837,6 @@ $defs:
837837 $ref : ' #/$defs/oauth-flows/$defs/client-credentials'
838838 authorizationCode :
839839 $ref : ' #/$defs/oauth-flows/$defs/authorization-code'
840- ciba :
841- $ref : ' #/$defs/oauth-flows/$defs/ciba'
842840 $ref : ' #/$defs/specification-extensions'
843841 unevaluatedProperties : false
844842
@@ -905,36 +903,6 @@ $defs:
905903 - scopes
906904 $ref : ' #/$defs/specification-extensions'
907905 unevaluatedProperties : false
908-
909- ciba :
910- type : object
911- properties :
912- authorizationUrl :
913- type : string
914- tokenUrl :
915- type : string
916- refreshUrl :
917- type : string
918- ciba_delivery_modes :
919- type : array
920- items :
921- type : string
922- ciba_signing_algs :
923- * type: array
924- items :
925- type : string
926- ciba_user_code :
927- type : boolean
928- scopes :
929- $ref : ' #/$defs/map-of-strings'
930- required :
931- - authorizationUrl
932- - tokenUrl
933- - ciba_delivery_modes
934- - ciba_signing_algs
935- - scopes
936- $ref : ' #/$defs/specification-extensions'
937- unevaluatedProperties : false
938906
939907 security-requirement :
940908 type : object
You can’t perform that action at this time.
0 commit comments