From 5506f7a240e7b8157dbef079baa4a9406f7c8437 Mon Sep 17 00:00:00 2001 From: Leonid Date: Tue, 11 Jul 2017 13:14:23 -0700 Subject: Add the source for the schema --- src/globals.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/globals.d.ts b/src/globals.d.ts index e8c038e6e..1faf468a7 100644 --- a/src/globals.d.ts +++ b/src/globals.d.ts @@ -27,6 +27,7 @@ declare namespace Chai { /* tslint:enable */ // jsonschema declarations +// Source: https://github.com/tdegrunt/jsonschema/blob/master/lib/index.d.ts declare interface Schema { id?: string; $schema?: string; -- cgit