From 3de58ec4cd5d3f999594250efc864d955e1d9851 Mon Sep 17 00:00:00 2001 From: Dan Casey Date: Sun, 26 Jun 2016 16:00:23 -0400 Subject: [PATCH] Add `schema` to interface returned by `getSchema` --- lib/ajv.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ajv.d.ts b/lib/ajv.d.ts index 1532cb6..be48ef7 100644 --- a/lib/ajv.d.ts +++ b/lib/ajv.d.ts @@ -92,6 +92,7 @@ declare namespace ajv { parentDataProperty?: string | number ): boolean | Thenable; errors?: Array; + schema?: Object; } interface Options {