Skip to content

Commit 9cbba01

Browse files
committed
$schema
1 parent bc77a14 commit 9cbba01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export interface JSONSchema {
2+
$schema?: string;
23
$ref?: string;
34
title?: string;
45
properties?: { [key: string]: JSONSchema };

0 commit comments

Comments
 (0)