We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f38dd3 commit c4117eaCopy full SHA for c4117ea
openapi-3-1/index.d.ts
@@ -237,7 +237,7 @@ type Link = {
237
parameters?: Record<string, string>;
238
requestBody?: Json;
239
description?: string;
240
- body?: Server;
+ server?: Server;
241
};
242
243
type Header = {
@@ -274,10 +274,10 @@ type SecurityScheme = {
274
275
276
type OauthFlows = {
277
- implicit: Implicit;
278
- password: Password;
279
- clientCredentials: ClientCredentials;
280
- authorizationCode: AuthorizationCode;
+ implicit?: Implicit;
+ password?: Password;
+ clientCredentials?: ClientCredentials;
+ authorizationCode?: AuthorizationCode;
281
282
283
type Implicit = {
0 commit comments