File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -749,6 +749,9 @@ $defs:
749
749
- openIdConnect
750
750
description :
751
751
type : string
752
+ deprecated :
753
+ default : false
754
+ type : boolean
752
755
required :
753
756
- type
754
757
allOf :
@@ -822,6 +825,9 @@ $defs:
822
825
properties :
823
826
flows :
824
827
$ref : ' #/$defs/oauth-flows'
828
+ oauth2MetadataUrl :
829
+ type : string
830
+ format : uri-reference
825
831
required :
826
832
- flows
827
833
@@ -861,6 +867,8 @@ $defs:
861
867
$ref : ' #/$defs/oauth-flows/$defs/client-credentials'
862
868
authorizationCode :
863
869
$ref : ' #/$defs/oauth-flows/$defs/authorization-code'
870
+ deviceAuthorization :
871
+ $ref : ' #/$defs/oauth-flows/$defs/device-authorization'
864
872
$ref : ' #/$defs/specification-extensions'
865
873
unevaluatedProperties : false
866
874
@@ -937,6 +945,27 @@ $defs:
937
945
$ref : ' #/$defs/specification-extensions'
938
946
unevaluatedProperties : false
939
947
948
+ device-authorization :
949
+ type : object
950
+ properties :
951
+ deviceAuthorizationUrl :
952
+ type : string
953
+ format : uri-reference
954
+ tokenUrl :
955
+ type : string
956
+ format : uri-reference
957
+ refreshUrl :
958
+ type : string
959
+ format : uri-reference
960
+ scopes :
961
+ $ref : ' #/$defs/map-of-strings'
962
+ required :
963
+ - authorizationUrl
964
+ - tokenUrl
965
+ - scopes
966
+ $ref : ' #/$defs/specification-extensions'
967
+ unevaluatedProperties : false
968
+
940
969
security-requirement :
941
970
$comment : https://spec.openapis.org/oas/v3.1#security-requirement-object
942
971
type : object
You can’t perform that action at this time.
0 commit comments