File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed
Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ overlay : 1.0.0
2+ x-speakeasy-jsonpath : rfc9535
3+ info :
4+ title : JWKS Reversal Overlay
5+ version : 0.0.0
6+ actions :
7+ - target : $["components"]["schemas"]["JWKS"]["properties"]["keys"]["items"]
8+ update :
9+ type : object
10+ - target : $["components"]["schemas"]["JWKS"]["properties"]["keys"]["items"]
11+ update :
12+ additionalProperties : false
13+ - target : $["components"]["schemas"]["JWKS"]["properties"]["keys"]["items"]
14+ update :
15+ properties :
16+ use :
17+ type : string
18+ kty :
19+ type : string
20+ kid :
21+ type : string
22+ alg :
23+ type : string
24+ ' n ' :
25+ type : string
26+ e :
27+ type : string
28+ x :
29+ type : string
30+ crv :
31+ type : string
32+ - target : $["components"]["schemas"]["JWKS"]["properties"]["keys"]["items"]["oneOf"]
33+ remove : true
34+ - target : $["components"]["schemas"]["ClerkErrors"]["properties"]["clerk_trace_id"]
35+ remove : true
36+ - target : $["components"]["schemas"]["JWKS.ed25519.PublicKey"]
37+ remove : true
38+ - target : $["components"]["schemas"]["JWKS.ecdsa.PublicKey"]
39+ remove : true
40+ - target : $["components"]["schemas"]["JWKS.rsa.PublicKey"]
41+ remove : true
42+ - target : $["components"]["schemas"]["JWKS.ed25519.PrivateKey"]
43+ remove : true
44+ - target : $["components"]["schemas"]["JWKS.ecdsa.PrivateKey"]
45+ remove : true
46+ - target : $["components"]["schemas"]["JWKS.rsa.PrivateKey"]
47+ remove : true
48+ - target : $["components"]["schemas"]["JWKS.symmetric.Key"]
49+ remove : true
You can’t perform that action at this time.
0 commit comments