fork of hey-api/openapi-ts because I need some additional things
1openapi: 3.0.4
2info:
3 title: OpenAPI 3.0.4 security OpenID Connect example
4 version: '1'
5paths:
6 /foo:
7 get:
8 responses:
9 '200':
10 description: OK
11 security:
12 - foo: []
13components:
14 securitySchemes:
15 foo:
16 openIdConnectUrl: 'https://example.com/.well-known/openid-configuration'
17 type: 'openIdConnect'