We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76a221 commit 991befbCopy full SHA for 991befb
src/languageservice/jsonSchema.ts
@@ -49,6 +49,7 @@ export interface JSONSchema {
49
not?: JSONSchemaRef;
50
// eslint-disable-next-line @typescript-eslint/no-explicit-any
51
enum?: any[];
52
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
53
enumMarkdown?: any[];
54
format?: string;
55
0 commit comments