Click or drag to resize
SchemaValidationValidateResponse Method
Validate a response according to a schema.

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public static void ValidateResponse(
	JsonSchema theSchema,
	Response response,
	string property
)

Parameters

theSchema
Type: JsonSchema
The schema defining a correct response.
response
Type: Qlik.Engine.Communication.IOResponse
The response object.
property
Type: SystemString
The property of the response result to validate.
Exceptions
ExceptionCondition
ExceptionThrown when schema validation fails.
See Also