AnnotationValidationApiResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| isValid | Boolean | True if all annotations pass validation with no errors. When true, the package's annotations are ready for sending. | [default to null] |
| errors | List | List of validation errors found. Empty when `IsValid` is true. Each error identifies the specific document and annotation that failed, along with an error code and human-readable message. | [default to null] |