| SchemaValidation Class |
Namespace: Qlik.Sense.Client
The SchemaValidation type exposes the following members.
| Name | Description | |
|---|---|---|
| ValidateApp |
Traverse all relevant objects of an app and perform schema validation of Properties and Layout for
all objects.
| |
| ValidateResponse |
Validate a response according to a schema.
|
| Name | Description | |
|---|---|---|
| IsSchemaValidationActive |
When true, json objects for properties and layouts will be verified against the
corresponding schema.
|
| Name | Description | |
|---|---|---|
| ContinueWhenValidationFails |
When true, a schema validation failure will not cause an exception to be raised.
| |
| LogWriter |
The StreamWriter object to which to write log information.
Default value is new StreamWriter(Console.OpenStandardOutput());
| |
| ValidationFailureEncountered |
A value of true indicates that at least one schema validation error has occured.
|