massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / compile / index.d.ts
index 57291962ead67dc06883e06a2115625f9dfc3daf..ca8920ab440f6437047d1b39ada855fea24a919f 100644 (file)
@@ -44,6 +44,7 @@ export interface SchemaObjCxt extends SchemaCxt {
 }
 interface SchemaEnvArgs {
     readonly schema: AnySchema;
+    readonly schemaId?: "$id" | "id";
     readonly root?: SchemaEnv;
     readonly baseId?: string;
     readonly schemaPath?: string;
@@ -52,6 +53,7 @@ interface SchemaEnvArgs {
 }
 export declare class SchemaEnv implements SchemaEnvArgs {
     readonly schema: AnySchema;
+    readonly schemaId?: "$id" | "id";
     readonly root: SchemaEnv;
     baseId: string;
     schemaPath?: string;