Name | Type | Description | Notes |
---|---|---|---|
severity | ValidationSeverity | The severity for this check. Usually, low severity checks do not impact data exchange with third party applications | |
check_type | ValidationCheckType | The actual check that is represented by this result. Additional information may be found in other properties of this class, depending on the check. | |
message | str | A human readable message describing the result of the check. | [optional] |
object_validation_check_details | ObjectValidationCheckDetails | For CheckType of types ObjectValidation | [optional] |
xml_schema_validation_check_details | XmlSchemaValidationCheckDetails | For CheckType of types XmlSchemaCheck | [optional] |
project_validation_check_details | ProjectValidationCheckDetails | For CheckType of types ProjectValidation | [optional] |