conformsTo | String Fully qualified name of the document type that you want to validate the pipeline against. |
maxErrors | String Optional. Number of errors to be collected. Default value is 1. When the number of errors found is equal to maxErrors, the validation processor stops validation and returns the result. If maxErrors is set to -1, the validation processor returns all errors. |
ignoreContent | String Optional. Flag that specifies whether the validation processor will validate content keys of the type String, String List, or String Table. Set to: true to ignore content (that is, do not validate keys of these types). false to validate content. This is the default. |
failIfInvalid | String Optional. Flag that indicates whether the service should fail and throw an exception if the object is invalid. Set to: true to indicate that service should fail if object is invalid. false to indicate that service should simply signal success and return errors to the pipeline if object is invalid. This is the default. |
isValid | String Flag that indicates whether or not the validation was successful. A value of: true indicates that the validation was successful. false indicates that the validation was unsuccessful. | |
errors | Document List Errors encountered during validation. Each document will contain the following information: | |
Key | Description | |
pathName | String Location of the error in XQL. | |
errorCode | String Error code (for example, VV-001). | |
errorMessage | String Error message (for example, Missing Object). |