File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -806,15 +806,17 @@ definitions:
806
806
- description : Bearer
807
807
properties :
808
808
scheme :
809
- enum : [bearer]
809
+ type : string
810
+ pattern : ^[Bb][Ee][Aa][Rr][Ee][Rr]$
810
811
811
812
- description : Non Bearer
812
813
not :
813
814
required : [bearerFormat]
814
815
properties :
815
816
scheme :
816
817
not :
817
- enum : [bearer]
818
+ type : string
819
+ pattern : ^[Bb][Ee][Aa][Rr][Ee][Rr]$
818
820
819
821
OAuth2SecurityScheme :
820
822
type : object
Original file line number Diff line number Diff line change @@ -767,16 +767,15 @@ $defs:
767
767
type :
768
768
const : http
769
769
scheme :
770
- const : bearer
770
+ type : string
771
+ pattern : ^[Bb][Ee][Aa][Rr][Ee][Rr]$
771
772
required :
772
773
- type
773
774
- scheme
774
775
then :
775
776
properties :
776
777
bearerFormat :
777
778
type : string
778
- required :
779
- - scheme
780
779
781
780
type-oauth2 :
782
781
if :
You can’t perform that action at this time.
0 commit comments