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 cd6ca03 commit d1df2b3Copy full SHA for d1df2b3
src/json-schema-ex.ts
@@ -272,7 +272,7 @@ export function translateJsonSchemaEx(
272
translateProperty(prop, translateBooleanOrSchemaProperty);
273
}
274
// deals with corner cases
275
- // - definitions: { [k: string]: JsonSchemaEx | string[] }
+ // - dependencies: { [k: string]: JsonSchemaEx | string[] }
276
translateProperty('dependencies', (_, map) => {
277
const gatewayValue: { [k: string]: apigateway.JsonSchema | string[] } = {};
278
const openapiValue: { [k: string]: JsonSchemaEx | string[] } =
0 commit comments