From 0f179f1200ae10c151abaa35d2e99a1fc3482d9c Mon Sep 17 00:00:00 2001 From: Michel Jonathan Schmitz Date: Wed, 30 Jan 2019 11:29:42 +0000 Subject: [PATCH] docs: add the hint to only use the method for SC types --- src/validate.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/validate.ts b/src/validate.ts index d2519f89..6e980d60 100644 --- a/src/validate.ts +++ b/src/validate.ts @@ -95,6 +95,8 @@ export class Validator { /** * Validate an instance of a thing against the consumed schema files + * + * Only use this method for instances of the SC * * @param instance Instance to validate * @deprecated Use [[validate]] instead