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 bc77a14 commit 9cbba01Copy full SHA for 9cbba01
src/types.ts
@@ -1,4 +1,5 @@
1
export interface JSONSchema {
2
+ $schema?: string;
3
$ref?: string;
4
title?: string;
5
properties?: { [key: string]: JSONSchema };
0 commit comments