We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722ad80 commit 798043dCopy full SHA for 798043d
1 file changed
src/vs/base/common/jsonSchema.ts
@@ -17,7 +17,7 @@ export interface IJSONSchema {
17
additionalProperties?: boolean | IJSONSchema;
18
minProperties?: number;
19
maxProperties?: number;
20
- dependencies?: IJSONSchemaMap | string[];
+ dependencies?: IJSONSchemaMap | { [name: string]: string[] };
21
items?: IJSONSchema | IJSONSchema[];
22
minItems?: number;
23
maxItems?: number;
0 commit comments