docs: add the hint to only use the method for SC types

This commit is contained in:
Michel Jonathan Schmitz
2019-01-30 11:29:42 +00:00
parent e559234cea
commit 0f179f1200

View File

@@ -96,6 +96,8 @@ export class Validator {
/** /**
* Validate an instance of a thing against the consumed schema files * 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 * @param instance Instance to validate
* @deprecated Use [[validate]] instead * @deprecated Use [[validate]] instead
*/ */