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.
$schema
1 parent 267a451 commit 88f77b3Copy full SHA for 88f77b3
src/2020-12.ts
@@ -6,7 +6,7 @@ type CoreKeywords = {
6
$dynamicRef?: string;
7
$id?: string;
8
$ref?: string;
9
- $schema?: string;
+ $schema?: 'https://json-schema.org/draft/2020-12/schema';
10
$vocabulary?: { [uri: string]: boolean };
11
};
12
0 commit comments