ZLint is a JSON Structure definition published by Censys, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-zlint-structure.json",
"name": "ZLint",
"description": "ZLint schema from Censys Platform API",
"type": "object",
"additionalProperties": false,
"properties": {
"errors_present": {
"type": "boolean",
"description": "Whether the certificate's attributes triggered any error lints for non-conformance to the X.509 standard."
},
"failed_lints": {
"type": [
"array",
"null"
],
"description": "A list of lint names which failed, if applicable.",
"items": {
"type": "string"
}
},
"fatals_present": {
"type": "boolean",
"description": "Whether the certificate's attributes triggered any fatal lints for non-conformance to the X.509 standard."
},
"notices_present": {
"type": "boolean",
"description": "Whether the certificate's attributes triggered any notice lints for non-conformance to the X.509 standard."
},
"timestamp": {
"type": "string",
"description": "An RFC-3339-formated timestamp indicating when the certificate was linted."
},
"version": {
"type": "int64",
"description": "The version of Zlint used to lint the certificate."
},
"warnings_present": {
"type": "boolean",
"description": "Whether the certificate's attributes triggered any warning lints for non-conformance to the X.509 standard."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.