checkSchema(value: any, schema: "strictNullChecks must be true in tsconfig to use JSONSchemaType", paramName: string, functionName: string, throwOnError?: boolean): boolean
Check if the given value complies with the given schema
If not, throw invalidParamType error
Returns
true/false
Parameters
value: any
schema: "strictNullChecks must be true in tsconfig to use JSONSchemaType"
Check if the given value complies with the given schema If not, throw
invalidParamType
errorReturns
true/false