PreflightReportIssuesInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| actionId | String | Unique identifier for the preflight action | |
| affectedPages | [Int!] | List of page numbers affected by this issue | |
| category | String | Category of the issue (e.g., 'PDF/X-3:2002') | |
| locations | [JsonString!] | Detailed location information for each occurrence | |
| message | String | Human-readable description of the issue | |
| occurrenceCount | Int | How many times this issue occurs | |
| severity | PreflightStatus | Severity level of the issue |