# ZLint


## Fields

| Field                                                                                                       | Type                                                                                                        | Required                                                                                                    | Description                                                                                                 |
| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| `ErrorsPresent`                                                                                             | **bool*                                                                                                     | :heavy_minus_sign:                                                                                          | Whether the certificate's attributes triggered any error lints for non-conformance to the X.509 standard.   |
| `FailedLints`                                                                                               | []*string*                                                                                                  | :heavy_minus_sign:                                                                                          | A list of lint names which failed, if applicable.                                                           |
| `FatalsPresent`                                                                                             | **bool*                                                                                                     | :heavy_minus_sign:                                                                                          | Whether the certificate's attributes triggered any fatal lints for non-conformance to the X.509 standard.   |
| `NoticesPresent`                                                                                            | **bool*                                                                                                     | :heavy_minus_sign:                                                                                          | Whether the certificate's attributes triggered any notice lints for non-conformance to the X.509 standard.  |
| `Timestamp`                                                                                                 | **string*                                                                                                   | :heavy_minus_sign:                                                                                          | An RFC-3339-formated timestamp indicating when the certificate was linted.                                  |
| `Version`                                                                                                   | **int64*                                                                                                    | :heavy_minus_sign:                                                                                          | The version of Zlint used to lint the certificate.                                                          |
| `WarningsPresent`                                                                                           | **bool*                                                                                                     | :heavy_minus_sign:                                                                                          | Whether the certificate's attributes triggered any warning lints for non-conformance to the X.509 standard. |