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 66563fc commit 9ee3a89Copy full SHA for 9ee3a89
lib/experimental.d.ts
@@ -18,7 +18,7 @@ export type CompiledSchema = {
18
19
type AST = {
20
metaData: Record<string, MetaData>;
21
-} & Record<string, Node<Node<unknown>[] | boolean>>;
+} & Record<string, Node<unknown>[] | boolean>;
22
23
type Node<A> = [keywordId: string, schemaUri: string, keywordValue: A];
24
@@ -81,6 +81,7 @@ export type ValidationContext = {
81
dynamicAnchors: Anchors;
82
errors: OutputUnit[];
83
annotations: OutputUnit[];
84
+ outputFormat: OutputFormat;
85
};
86
87
export const Validation: Keyword<string>;
0 commit comments