Skip to content

Commit 88f77b3

Browse files
committed
fix: set specific string value to $schema field
1 parent 267a451 commit 88f77b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/2020-12.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type CoreKeywords = {
66
$dynamicRef?: string;
77
$id?: string;
88
$ref?: string;
9-
$schema?: string;
9+
$schema?: 'https://json-schema.org/draft/2020-12/schema';
1010
$vocabulary?: { [uri: string]: boolean };
1111
};
1212

0 commit comments

Comments
 (0)